summaryrefslogtreecommitdiff
path: root/tmk_core/protocol/usb_descriptor.h
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2020-12-11 13:45:24 +1100
committerDrashna Jael're <drashna@live.com>2021-01-12 22:46:07 -0800
commit8d5fa95f4fa9b283daff1e1f7bd7003e2970e223 (patch)
tree8758a2049b0d08cc8c71347f73a4ddc898473ffa /tmk_core/protocol/usb_descriptor.h
parent63d0fe05bbbb1ad8b0a5af90bccba48d6f06f2bb (diff)
Normalise include statements in core code (#11153)
* Normalise include statements in core code * Missed one
Diffstat (limited to 'tmk_core/protocol/usb_descriptor.h')
-rw-r--r--tmk_core/protocol/usb_descriptor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/protocol/usb_descriptor.h b/tmk_core/protocol/usb_descriptor.h
index ac897720f5..109db61b65 100644
--- a/tmk_core/protocol/usb_descriptor.h
+++ b/tmk_core/protocol/usb_descriptor.h
@@ -46,7 +46,7 @@
#include <LUFA/Drivers/USB/USB.h>
#ifdef PROTOCOL_CHIBIOS
-# include "hal.h"
+# include <hal.h>
#endif
#ifdef WEBUSB_ENABLE
#include "webusb_descriptor.h"