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();