add hid_composite_freertos example

This commit is contained in:
hathach
2020-04-07 16:19:47 +07:00
parent 7394113748
commit ccfc058646
8 changed files with 903 additions and 2 deletions

View File

@@ -70,7 +70,10 @@ void led_blinky_cb(TimerHandle_t xTimer);
void usb_device_task(void* param);
void cdc_task(void* params);
/*------------- MAIN -------------*/
//--------------------------------------------------------------------+
// Main
//--------------------------------------------------------------------+
int main(void)
{
board_init();
@@ -146,7 +149,6 @@ void tud_resume_cb(void)
xTimerChangePeriod(blinky_tm, pdMS_TO_TICKS(BLINK_MOUNTED), 0);
}
//--------------------------------------------------------------------+
// USB CDC
//--------------------------------------------------------------------+