diff options
| author | hathach <[email protected]> | 2018-03-08 00:00:35 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-03-08 00:00:35 +0700 |
| commit | d28e7e3966bd4ac471b667c73d2cb1451808e641 (patch) | |
| tree | c99755642cb6426fd4ee941ba68c01980d92133b /examples/device/device_virtual_com/src/cdc_device_app.h | |
| parent | bd5f9ecdec79eef1c7c45647ad16cf566f572148 (diff) | |
clean up virtual com example
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 | 12 |
1 files changed, 0 insertions, 12 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 5433da207..24326d379 100644 --- a/examples/device/device_virtual_com/src/cdc_device_app.h +++ b/examples/device/device_virtual_com/src/cdc_device_app.h @@ -53,24 +53,12 @@ extern "C" { #endif -#if TUSB_CFG_DEVICE_CDC - void cdc_serial_app_init(void); void cdc_serial_app_task(void* param); void cdc_serial_app_mount(uint8_t coreid); void cdc_serial_app_umount(uint8_t coreid); -#else - -#define cdc_serial_app_init() -#define cdc_serial_app_task(x) -#define cdc_serial_app_mount(x) -#define cdc_serial_app_umount(x) - -#endif - - #ifdef __cplusplus } #endif |
