Skip to content

Commit 89fd6ce

Browse files
committed
fix(hid_usage_simulation.h): invalid include guard
1 parent 343a474 commit 89fd6ce

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)