Преглед изворни кода

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