Преглед на файлове

Merge pull request #132 from JarvisCraft/fix-include-guard

fix(hid_usage_simulation.h): invalid include guard
Dmitry Filimonchuk преди 2 години
родител
ревизия
e3ca5e636e
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      inc/hid_usage_simulation.h

+ 1 - 1
inc/hid_usage_simulation.h

@@ -14,7 +14,7 @@
  */
 
 #ifndef _USB_HID_USAGE_SIMUL_H_
-#define _USB_HID_USAHE_SUMUL_H_
+#define _USB_HID_USAGE_SIMUL_H_
 #ifdef __cplusplus
     extern "C" {
 #endif