diff options
Diffstat (limited to 'cc3200/mods/modwlan.h')
-rw-r--r-- | cc3200/mods/modwlan.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/cc3200/mods/modwlan.h b/cc3200/mods/modwlan.h index 7a84f2a511..3143d4063d 100644 --- a/cc3200/mods/modwlan.h +++ b/cc3200/mods/modwlan.h @@ -48,12 +48,7 @@ typedef enum /****************************************************************************** DECLARE PUBLIC DATA ******************************************************************************/ -#ifdef USE_FREERTOS -#include "FreeRTOS.h" -#include "task.h" -#include "semphr.h" -extern SemaphoreHandle_t xWlanSemaphore; -#endif +extern _SlLockObj_t wlan_LockObj; /****************************************************************************** DECLARE PUBLIC FUNCTIONS |