clean up virtual com example

This commit is contained in:
hathach
2018-03-08 00:00:35 +07:00
parent bd5f9ecdec
commit d28e7e3966
3 changed files with 3 additions and 21 deletions

View File

@@ -56,7 +56,9 @@
// INTERNAL OBJECT & FUNCTION DECLARATION
//--------------------------------------------------------------------+
void print_greeting(void);
void led_blinking_task(void);
/*------------- MAIN -------------*/
int main(void)
{
board_init();
@@ -71,7 +73,7 @@ int main(void)
{
tusb_task();
led_blinking_task(NULL);
led_blinking_task();
cdc_serial_app_task(NULL);
}