Add tone support for Due (#9807)

This commit is contained in:
Scott Lahteine
2018-02-25 10:48:14 -06:00
committed by GitHub
parent 0557ab5780
commit f2c0ed193d
5 changed files with 75 additions and 3 deletions

View File

@ -254,8 +254,10 @@ bool usb_task_other_requests(void) {
return true;
}
void HAL_init(void) {
toneInit();
uint16_t *ptr;
udd_disable();