Skip to content

Commit

Permalink
src/serial_hid.h: Include guard consistency fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
uwehermann committed Dec 24, 2019
1 parent 31b4a9a commit f0901a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/serial_hid.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#ifndef SERIAL_HID_H
#define SERIAL_HID_H
#ifndef LIBSIGROK_SERIAL_HID_H
#define LIBSIGROK_SERIAL_HID_H

/* The prefix for port names which are HID based. */
#define SER_HID_CONN_PREFIX "hid"
Expand Down

0 comments on commit f0901a5

Please sign in to comment.