From 89fd6ce5c724a4831df6320084675eaa1b89a5c3 Mon Sep 17 00:00:00 2001 From: Petr Portnov Date: Sun, 24 Dec 2023 17:35:31 +0300 Subject: [PATCH] fix(hid_usage_simulation.h): invalid include guard --- inc/hid_usage_simulation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/hid_usage_simulation.h b/inc/hid_usage_simulation.h index 7075183..84934ed 100644 --- a/inc/hid_usage_simulation.h +++ b/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