Fix compile error with initTone
This commit is contained in:
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…
Reference in a new issue