aboutsummaryrefslogtreecommitdiff
path: root/quantum/audio/audio_pwm.c
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/audio/audio_pwm.c')
-rw-r--r--quantum/audio/audio_pwm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/audio/audio_pwm.c b/quantum/audio/audio_pwm.c
index ded86edee..ed6713609 100644
--- a/quantum/audio/audio_pwm.c
+++ b/quantum/audio/audio_pwm.c
@@ -94,7 +94,7 @@ bool notes_repeat;
94float notes_rest; 94float notes_rest;
95bool note_resting = false; 95bool note_resting = false;
96 96
97uint8_t current_note = 0; 97uint16_t current_note = 0;
98uint8_t rest_counter = 0; 98uint8_t rest_counter = 0;
99 99
100#ifdef VIBRATO_ENABLE 100#ifdef VIBRATO_ENABLE