aboutsummaryrefslogtreecommitdiff
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 c82cd2d65..f5ef12ac0 100644
--- a/tmk_core/common/wait.h
+++ b/tmk_core/common/wait.h
@@ -12,7 +12,7 @@ extern "C" {
12# define wait_ms(ms) _delay_ms(ms) 12# define wait_ms(ms) _delay_ms(ms)
13# define wait_us(us) _delay_us(us) 13# define wait_us(us) _delay_us(us)
14#elif defined PROTOCOL_CHIBIOS 14#elif defined PROTOCOL_CHIBIOS
15# include "ch.h" 15# include <ch.h>
16# define wait_ms(ms) \ 16# define wait_ms(ms) \
17 do { \ 17 do { \
18 if (ms != 0) { \ 18 if (ms != 0) { \