Fix compile error with initTone

This commit is contained in:
Scott Lahteine 2018-02-26 01:49:33 -06:00
parent ae1a2ff16f
commit cfdcf91df5
2 changed files with 3 additions and 2 deletions

View file

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

View file

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