From 33ddb566a7565b4fba4a68939d43bcdb5f132836 Mon Sep 17 00:00:00 2001 From: danicampora Date: Sun, 22 Feb 2015 17:31:26 +0100 Subject: cc3200: Remove dependencies from FreeRTOS. Use the simplelink wrappers instead. This is one step further towards having a single module for the cc3200 and the cc3100. --- cc3200/misc/FreeRTOSHooks.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'cc3200/misc') diff --git a/cc3200/misc/FreeRTOSHooks.c b/cc3200/misc/FreeRTOSHooks.c index cfaae7310..a052f0dab 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 -- cgit v1.2.3