Buzzer requires BEEPER_PIN
This commit is contained in:
parent
e0d7b8bf27
commit
330f82971b
5 changed files with 29 additions and 25 deletions
|
|
@ -27,6 +27,8 @@
|
|||
#include "circularqueue.h"
|
||||
#include "temperature.h"
|
||||
|
||||
#include "MarlinConfig.h"
|
||||
|
||||
#define TONE_QUEUE_LENGTH 4
|
||||
|
||||
/**
|
||||
|
|
@ -135,4 +137,6 @@ class Buzzer {
|
|||
}
|
||||
};
|
||||
|
||||
extern Buzzer buzzer;
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue