Merge pull request #206 from hathach/develop

Added a couple of unit testing with Ceedling/Cmock/Unity
This commit is contained in:
hathach
2019-10-31 08:29:11 +07:00
committed by GitHub
8 changed files with 192 additions and 49 deletions

View File

@@ -41,6 +41,9 @@
// Application API
//--------------------------------------------------------------------+
// Init device stack
bool tud_init (void);
// Task function should be called in main/rtos loop
void tud_task (void);