diff options
Diffstat (limited to 'quantum/audio/audio_pwm.c')
| -rw-r--r-- | quantum/audio/audio_pwm.c | 2 |
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; | |||
| 94 | float notes_rest; | 94 | float notes_rest; |
| 95 | bool note_resting = false; | 95 | bool note_resting = false; |
| 96 | 96 | ||
| 97 | uint8_t current_note = 0; | 97 | uint16_t current_note = 0; |
| 98 | uint8_t rest_counter = 0; | 98 | uint8_t rest_counter = 0; |
| 99 | 99 | ||
| 100 | #ifdef VIBRATO_ENABLE | 100 | #ifdef VIBRATO_ENABLE |
