Fix EXTENSIBLE_UI compile errors (#12206)

This commit is contained in:
gjdodd
2018-10-24 22:36:11 +01:00
committed by Scott Lahteine
parent a80ba8fc6e
commit 0a549fd1f2
3 changed files with 24 additions and 13 deletions

View File

@ -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"