rename tusb_task_runner() to tusb_task()

This commit is contained in:
hathach
2018-03-07 22:59:57 +07:00
parent c7f6c95c28
commit d0312805ba
5 changed files with 6 additions and 19 deletions

View File

@@ -117,13 +117,13 @@ tusb_error_t tusb_init(void);
{
your_application_code();
tusb_task_runner(); // handle tinyusb event, task etc ...
tusb_task(); // handle tinyusb event, task etc ...
}
}
@endcode
*
*/
void tusb_task_runner(void);
void tusb_task(void);
#endif
/** @} */