summaryrefslogtreecommitdiff
path: root/tmk_core/common/wait.h
diff options
context:
space:
mode:
Diffstat (limited to 'tmk_core/common/wait.h')
-rw-r--r--tmk_core/common/wait.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/common/wait.h b/tmk_core/common/wait.h
index c82cd2d65a..f5ef12ac07 100644
--- a/tmk_core/common/wait.h
+++ b/tmk_core/common/wait.h
@@ -12,7 +12,7 @@ extern "C" {
# define wait_ms(ms) _delay_ms(ms)
# define wait_us(us) _delay_us(us)
#elif defined PROTOCOL_CHIBIOS
-# include "ch.h"
+# include <ch.h>
# define wait_ms(ms) \
do { \
if (ms != 0) { \