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

@@ -113,6 +113,8 @@ tusb_error_t tusb_init(void);
your_init_code();
tusb_init();
// other config code
while(1) // the mainloop
{
your_application_code();