General cleanup

This commit is contained in:
Scott Lahteine
2020-08-06 00:49:15 -05:00
parent 41718cf55f
commit a9912681b4
8 changed files with 9 additions and 7 deletions

View File

@ -2436,7 +2436,7 @@
*/
#if PIN_EXISTS(BEEPER) || EITHER(LCD_USE_I2C_BUZZER, PCA9632_BUZZER)
#define HAS_BUZZER 1
#if DISABLED(LCD_USE_I2C_BUZZER, PCA9632_BUZZER)
#if NONE(LCD_USE_I2C_BUZZER, PCA9632_BUZZER)
#define USE_BEEPER 1
#endif
#endif