Rename BEEPER to BEEPER_PIN
For consistency with other pins, allowing use of `PIN_EXISTS` macro.
This commit is contained in:
parent
b217474eab
commit
94a796c8cc
24 changed files with 58 additions and 58 deletions
|
|
@ -22,8 +22,8 @@
|
|||
|
||||
#if ENABLED(RIGIDBOT_PANEL)
|
||||
|
||||
#undef BEEPER
|
||||
#define BEEPER -1
|
||||
#undef BEEPER_PIN
|
||||
#define BEEPER_PIN -1
|
||||
|
||||
#undef SDCARDDETECT
|
||||
#define SDCARDDETECT 22
|
||||
|
|
@ -48,8 +48,8 @@
|
|||
|
||||
#elif defined(REPRAP_DISCOUNT_SMART_CONTROLLER)
|
||||
|
||||
#undef BEEPER
|
||||
#define BEEPER -1
|
||||
#undef BEEPER_PIN
|
||||
#define BEEPER_PIN -1
|
||||
|
||||
#undef SDCARDDETECT
|
||||
#define SDCARDDETECT 22
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue