Skip to content

Commit

Permalink
Revert "Make cformat happy"
Browse files Browse the repository at this point in the history
This reverts commit a2cf3af.
  • Loading branch information
Erovia committed May 14, 2021
1 parent a2cf3af commit 67e7eac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quantum/audio/driver_avr_pwm_hardware.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 67e7eac

Please sign in to comment.