From 67e7eac16d0d3e2dd524663984924de0f8eacf5a Mon Sep 17 00:00:00 2001 From: Erovia Date: Fri, 14 May 2021 20:04:40 +0100 Subject: [PATCH] Revert "Make cformat happy" This reverts commit a2cf3af4b13c9b1e19cdf3373e6f1774f92d22b4. --- quantum/audio/driver_avr_pwm_hardware.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quantum/audio/driver_avr_pwm_hardware.c b/quantum/audio/driver_avr_pwm_hardware.c index df03a4558cad..0d135b338508 100644 --- a/quantum/audio/driver_avr_pwm_hardware.c +++ b/quantum/audio/driver_avr_pwm_hardware.c @@ -132,7 +132,7 @@ extern uint8_t note_timbre; # elif (AUDIO_PIN == D5) && defined(__AVR_ATmega32A__) # pragma message "Audio support for ATmega32A is experimental and can cause crashes." # undef AUDIO2_TIMSKx -# define AUDIO2_TIMSKx TIMSK +# define AUDIO2_TIMSKx TIMSK # define AUDIO2_COMxy0 COM1A0 # define AUDIO2_COMxy1 COM1A1 # define AUDIO2_OCIExy OCIE1A