From: Uwe Hermann Date: Tue, 24 Dec 2019 15:38:56 +0000 (+0100) Subject: src/serial_hid.h: Include guard consistency fix. X-Git-Url: http://sigrok.org/gitweb/?p=libsigrok.git;a=commitdiff_plain;h=f0901a5050032f7ac6039a766fe26f770476b3e4 src/serial_hid.h: Include guard consistency fix. --- diff --git a/src/serial_hid.h b/src/serial_hid.h index 0e87f9ae..e3640155 100644 --- a/src/serial_hid.h +++ b/src/serial_hid.h @@ -17,8 +17,8 @@ * along with this program. If not, see . */ -#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"