diff options
Diffstat (limited to 'cc3200/misc/FreeRTOSHooks.c')
-rw-r--r-- | cc3200/misc/FreeRTOSHooks.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cc3200/misc/FreeRTOSHooks.c b/cc3200/misc/FreeRTOSHooks.c index cfaae73108..a052f0dabc 100644 --- a/cc3200/misc/FreeRTOSHooks.c +++ b/cc3200/misc/FreeRTOSHooks.c @@ -36,8 +36,6 @@ #include "osi.h" -#ifdef USE_FREERTOS - //***************************************************************************** // //! \brief Application defined idle task hook @@ -115,5 +113,3 @@ void vApplicationTickHook( void ) { HAL_IncrementTick(); } - -#endif //USE_FREERTOS |