diff options
| author | hathach <[email protected]> | 2020-04-07 16:19:47 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2020-04-07 16:19:47 +0700 |
| commit | ccfc058646ef214836de3186b4e48ef22e4117c9 (patch) | |
| tree | 962f030c7d472d2ff1013b5e062f4adfad54e4c4 /examples/device/cdc_msc_freertos/src | |
| parent | 73941137481e64897ee18fe63a7829dbed9af9d5 (diff) | |
add hid_composite_freertos example
Diffstat (limited to 'examples/device/cdc_msc_freertos/src')
| -rw-r--r-- | examples/device/cdc_msc_freertos/src/main.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/examples/device/cdc_msc_freertos/src/main.c b/examples/device/cdc_msc_freertos/src/main.c index d7217f964..f093d8ea0 100644 --- a/examples/device/cdc_msc_freertos/src/main.c +++ b/examples/device/cdc_msc_freertos/src/main.c @@ -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 //--------------------------------------------------------------------+ |
