diff options
Diffstat (limited to 'quantum/quantum.h')
-rw-r--r-- | quantum/quantum.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/quantum.h b/quantum/quantum.h index cb0af306a..3e09df4f8 100644 --- a/quantum/quantum.h +++ b/quantum/quantum.h | |||
@@ -21,7 +21,7 @@ | |||
21 | # include <avr/interrupt.h> | 21 | # include <avr/interrupt.h> |
22 | #endif | 22 | #endif |
23 | #if defined(PROTOCOL_CHIBIOS) | 23 | #if defined(PROTOCOL_CHIBIOS) |
24 | # include "hal.h" | 24 | # include <hal.h> |
25 | # include "chibios_config.h" | 25 | # include "chibios_config.h" |
26 | #endif | 26 | #endif |
27 | 27 | ||