diff options
Diffstat (limited to 'tmk_core/protocol/lufa/lufa.c')
-rw-r--r-- | tmk_core/protocol/lufa/lufa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/protocol/lufa/lufa.c b/tmk_core/protocol/lufa/lufa.c index 878be7d34..8fd4be8af 100644 --- a/tmk_core/protocol/lufa/lufa.c +++ b/tmk_core/protocol/lufa/lufa.c | |||
@@ -61,7 +61,7 @@ extern keymap_config_t keymap_config; | |||
61 | #endif | 61 | #endif |
62 | 62 | ||
63 | #ifdef AUDIO_ENABLE | 63 | #ifdef AUDIO_ENABLE |
64 | # include <audio.h> | 64 | # include "audio.h" |
65 | #endif | 65 | #endif |
66 | 66 | ||
67 | #ifdef BLUETOOTH_ENABLE | 67 | #ifdef BLUETOOTH_ENABLE |