Overlord configs. Fix buzzer, redundant temp. (#14833)
This commit is contained in:
committed by
Scott Lahteine
parent
535eeace5f
commit
77f637763c
@ -27,6 +27,11 @@
|
||||
|
||||
#define BUZZ(d,f) ui.buzz(d,f)
|
||||
|
||||
#elif ENABLED(PCA9632_BUZZER)
|
||||
|
||||
#include "../feature/leds/pca9632.h"
|
||||
#define BUZZ(d, f) pca9632_buzz(d,f)
|
||||
|
||||
#elif PIN_EXISTS(BEEPER)
|
||||
|
||||
#include "circularqueue.h"
|
||||
|
Reference in New Issue
Block a user