Don't init the tone timer if no BEEPER_PIN
This commit is contained in:
@@ -648,7 +648,7 @@ void setup() {
|
|||||||
|
|
||||||
#ifdef HAL_INIT
|
#ifdef HAL_INIT
|
||||||
HAL_init();
|
HAL_init();
|
||||||
#ifdef ARDUINO_ARCH_SAM
|
#if defined(ARDUINO_ARCH_SAM) && PIN_EXISTS(BEEPER)
|
||||||
toneInit();
|
toneInit();
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user