aboutsummaryrefslogtreecommitdiff
path: root/quantum/audio/voices.h
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/audio/voices.h')
-rw-r--r--quantum/audio/voices.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/quantum/audio/voices.h b/quantum/audio/voices.h
index 9403a6b5e..1cf33095a 100644
--- a/quantum/audio/voices.h
+++ b/quantum/audio/voices.h
@@ -15,8 +15,10 @@
15 */ 15 */
16#include <stdint.h> 16#include <stdint.h>
17#include <stdbool.h> 17#include <stdbool.h>
18#include <avr/io.h> 18#if defined(__AVR__)
19#include <util/delay.h> 19 #include <avr/io.h>
20#endif
21#include "wait.h"
20#include "luts.h" 22#include "luts.h"
21 23
22#ifndef VOICES_H 24#ifndef VOICES_H