]> sigrok.org Git - libsigrok.git/commitdiff
src/serial_hid.h: Include guard consistency fix.
authorUwe Hermann <redacted>
Tue, 24 Dec 2019 15:38:56 +0000 (16:38 +0100)
committerUwe Hermann <redacted>
Tue, 24 Dec 2019 15:38:56 +0000 (16:38 +0100)
src/serial_hid.h

index 0e87f9ae4ff66f83f355f3a87af0fb99d84771e6..e36401559a6ac3ba6b7a897d67d1ab4162d22394 100644 (file)
@@ -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"