diff options
Diffstat (limited to 'quantum/audio/audio.h')
| -rw-r--r-- | quantum/audio/audio.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/quantum/audio/audio.h b/quantum/audio/audio.h index 00d45f7ac..47f326ea0 100644 --- a/quantum/audio/audio.h +++ b/quantum/audio/audio.h | |||
| @@ -1,3 +1,6 @@ | |||
| 1 | #ifndef AUDIO_H | ||
| 2 | #define AUDIO_H | ||
| 3 | |||
| 1 | #include <stdint.h> | 4 | #include <stdint.h> |
| 2 | #include <stdbool.h> | 5 | #include <stdbool.h> |
| 3 | #include <avr/io.h> | 6 | #include <avr/io.h> |
| @@ -7,9 +10,6 @@ | |||
| 7 | #include "voices.h" | 10 | #include "voices.h" |
| 8 | #include "quantum.h" | 11 | #include "quantum.h" |
| 9 | 12 | ||
| 10 | #ifndef AUDIO_H | ||
| 11 | #define AUDIO_H | ||
| 12 | |||
| 13 | // Largely untested PWM audio mode (doesn't sound as good) | 13 | // Largely untested PWM audio mode (doesn't sound as good) |
| 14 | // #define PWM_AUDIO | 14 | // #define PWM_AUDIO |
| 15 | 15 | ||
