Skip to content

Commit

Permalink
Merge pull request #132 from JarvisCraft/fix-include-guard
Browse files Browse the repository at this point in the history
fix(hid_usage_simulation.h): invalid include guard
  • Loading branch information
dmitrystu authored May 18, 2024
2 parents eeef6f7 + 89fd6ce commit e3ca5e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/hid_usage_simulation.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e3ca5e6

Please sign in to comment.