summaryrefslogtreecommitdiff
path: root/examples/obsolete/device/src/cdc_device_app.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2018-03-11 14:37:01 +0700
committerhathach <[email protected]>2018-03-11 14:37:01 +0700
commitfd250b92cb62780dee5d99b49bbcbc05080b6987 (patch)
treec2c1b22e5aab234d3a865802d3bb0a8734d28987 /examples/obsolete/device/src/cdc_device_app.h
parent3582d2301d52c88289eb76d9d98a017035d2c5d7 (diff)
clean up example
Diffstat (limited to 'examples/obsolete/device/src/cdc_device_app.h')
-rw-r--r--examples/obsolete/device/src/cdc_device_app.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/obsolete/device/src/cdc_device_app.h b/examples/obsolete/device/src/cdc_device_app.h
index 5433da207..41c619864 100644
--- a/examples/obsolete/device/src/cdc_device_app.h
+++ b/examples/obsolete/device/src/cdc_device_app.h
@@ -58,8 +58,8 @@
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);
+void cdc_serial_app_mount(uint8_t port);
+void cdc_serial_app_umount(uint8_t port);
#else