diff options
| author | hathach <[email protected]> | 2018-03-08 14:38:06 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-03-08 14:47:48 +0700 |
| commit | 4ddac8bc88822fc7439b8b2532fe8234d74fee8d (patch) | |
| tree | e85857212102a3174b11a348cc6e068692342332 /examples/device/device_virtual_com/src/cdc_device_app.h | |
| parent | 849d600d88d965b3db39cf112ea24972a673950e (diff) | |
enhance cdc device API
Diffstat (limited to 'examples/device/device_virtual_com/src/cdc_device_app.h')
| -rw-r--r-- | examples/device/device_virtual_com/src/cdc_device_app.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/device/device_virtual_com/src/cdc_device_app.h b/examples/device/device_virtual_com/src/cdc_device_app.h index 24326d379..08c2a1f9e 100644 --- a/examples/device/device_virtual_com/src/cdc_device_app.h +++ b/examples/device/device_virtual_com/src/cdc_device_app.h @@ -54,7 +54,7 @@ #endif void cdc_serial_app_init(void); -void cdc_serial_app_task(void* param); +void cdc_serial_app_task(void); void cdc_serial_app_mount(uint8_t coreid); void cdc_serial_app_umount(uint8_t coreid); |
