Fix compile error with initTone

2.0.x
Scott Lahteine 7 years ago
parent ae1a2ff16f
commit cfdcf91df5

@ -256,8 +256,6 @@ bool usb_task_other_requests(void) {
void HAL_init(void) {
toneInit();
uint16_t *ptr;
udd_disable();

@ -637,6 +637,9 @@ void setup() {
#ifdef HAL_INIT
HAL_init();
#ifdef ARDUINO_ARCH_SAM
toneInit();
#endif
#endif
#if ENABLED(MAX7219_DEBUG)

Loading…
Cancel
Save