diff options
| author | hathach <[email protected]> | 2019-05-01 16:07:08 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-05-01 16:07:08 +0700 |
| commit | 79b636bf63cf3dbbd88a14bc5411b12f8f238d34 (patch) | |
| tree | 2698631e4fb7c5342f792a989166714093970e2f /examples | |
| parent | d204ae27fad34dc6ead9ae32e9e3e7c5314ab43d (diff) | |
clean up freertos hook
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/device/cdc_msc_hid_freertos/src/freertos_hook.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/examples/device/cdc_msc_hid_freertos/src/freertos_hook.c b/examples/device/cdc_msc_hid_freertos/src/freertos_hook.c index 455e8fb88..71bad3ddf 100644 --- a/examples/device/cdc_msc_hid_freertos/src/freertos_hook.c +++ b/examples/device/cdc_msc_hid_freertos/src/freertos_hook.c @@ -94,10 +94,3 @@ void vApplicationGetTimerTaskMemory( StaticTask_t **ppxTimerTaskTCBBuffer, Stack configTIMER_TASK_STACK_DEPTH is specified in words, not bytes. */ *pulTimerTaskStackSize = configTIMER_TASK_STACK_DEPTH; } - - -// executes from within an ISR -void vApplicationTickHook(void) -{ - -} |
