add tud_set_descriptors

This commit is contained in:
hathach
2018-04-16 13:46:28 +07:00
parent 29071c10b1
commit 6f7c4346c3
16 changed files with 103 additions and 65 deletions

View File

@@ -103,7 +103,7 @@ void bus_reset(void)
NRF_USBD->TASKS_STARTISOIN = 0;
NRF_USBD->TASKS_STARTISOOUT = 0;
varclr(&_dcd);
varclr_(&_dcd);
}
/*------------------------------------------------------------------*/