diff options
Diffstat (limited to 'quantum/audio/audio_chibios.c')
-rw-r--r-- | quantum/audio/audio_chibios.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/quantum/audio/audio_chibios.c b/quantum/audio/audio_chibios.c index fba7c5987..1f147f2c9 100644 --- a/quantum/audio/audio_chibios.c +++ b/quantum/audio/audio_chibios.c | |||
@@ -15,8 +15,8 @@ | |||
15 | */ | 15 | */ |
16 | 16 | ||
17 | #include "audio.h" | 17 | #include "audio.h" |
18 | #include "ch.h" | 18 | #include <ch.h> |
19 | #include "hal.h" | 19 | #include <hal.h> |
20 | 20 | ||
21 | #include <string.h> | 21 | #include <string.h> |
22 | #include "print.h" | 22 | #include "print.h" |