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 59c3dd4904..9b2b9dee6b 100644 --- a/quantum/quantum.h +++ b/quantum/quantum.h @@ -21,7 +21,7 @@ # include <avr/interrupt.h> #endif #if defined(PROTOCOL_CHIBIOS) -# include "hal.h" +# include <hal.h> # include "chibios_config.h" #endif |