summaryrefslogtreecommitdiff
path: root/examples/device/cdc_msc_hid/src
diff options
context:
space:
mode:
authorhathach <[email protected]>2019-05-01 16:01:44 +0700
committerhathach <[email protected]>2019-05-01 16:01:44 +0700
commit8a5bd30fa6c84e81047ccb336899215c58deeb7f (patch)
tree0b8016d1b3104bccc137dfbac006cd11f9002735 /examples/device/cdc_msc_hid/src
parent6b5a0237d8e37b3dcbab5e30cac1301b6971cb3d (diff)
freertos cdc_msc_hid makefile compile
Diffstat (limited to 'examples/device/cdc_msc_hid/src')
-rw-r--r--examples/device/cdc_msc_hid/src/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/device/cdc_msc_hid/src/main.c b/examples/device/cdc_msc_hid/src/main.c
index fc2f2aad0..8087adbb9 100644
--- a/examples/device/cdc_msc_hid/src/main.c
+++ b/examples/device/cdc_msc_hid/src/main.c
@@ -49,8 +49,8 @@ static uint32_t blink_interval_ms = BLINK_NOT_MOUNTED;
void led_blinking_task(void);
-extern void cdc_task(void);
-extern void hid_task(void);
+void cdc_task(void);
+void hid_task(void);
/*------------- MAIN -------------*/
int main(void)