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

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