Skip to content

Commit e3ca5e6

Browse files
authored
Merge pull request #132 from JarvisCraft/fix-include-guard
fix(hid_usage_simulation.h): invalid include guard
2 parents eeef6f7 + 89fd6ce commit e3ca5e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/hid_usage_simulation.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*/
1515

1616
#ifndef _USB_HID_USAGE_SIMUL_H_
17-
#define _USB_HID_USAHE_SUMUL_H_
17+
#define _USB_HID_USAGE_SIMUL_H_
1818
#ifdef __cplusplus
1919
extern "C" {
2020
#endif

0 commit comments

Comments
 (0)