Fix EXTENSIBLE_UI compile errors (#12206)
This commit is contained in:
@ -28,7 +28,7 @@
|
||||
// Make a buzzer and macro
|
||||
#if ENABLED(LCD_USE_I2C_BUZZER)
|
||||
// BUZZ() will be defined in ultralcd.h
|
||||
#elif PIN_EXISTS(BEEPER) || ENABLED(EXTENSIBLE_UI)
|
||||
#elif PIN_EXISTS(BEEPER)
|
||||
|
||||
#include "circularqueue.h"
|
||||
|
||||
|
Reference in New Issue
Block a user