Rename BEEPER to BEEPER_PIN

For consistency with other pins, allowing use of `PIN_EXISTS` macro.
This commit is contained in:
Scott Lahteine
2015-07-30 23:19:11 -07:00
committed by Richard Wackerbarth
parent b217474eab
commit 94a796c8cc
24 changed files with 58 additions and 58 deletions

View File

@ -102,7 +102,7 @@
#define SDPOWER -1
#define SDSS 53
#define SDCARDDETECT 49
#define BEEPER 44
#define BEEPER_PIN 44
#define LCD_PINS_RS 19
#define LCD_PINS_ENABLE 42
#define LCD_PINS_D4 18