Don't init the tone timer if no BEEPER_PIN

2.0.x
Scott Lahteine 7 years ago
parent c6ff39cc14
commit 0543362b34

@ -648,7 +648,7 @@ void setup() {
#ifdef HAL_INIT
HAL_init();
#ifdef ARDUINO_ARCH_SAM
#if defined(ARDUINO_ARCH_SAM) && PIN_EXISTS(BEEPER)
toneInit();
#endif
#endif

Loading…
Cancel
Save