]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS-Plus/Source/FreeRTOS-Plus-IoT-SDK/c_sdk/standard/common/include/private/iot_taskpool_internal.h
Update task pool so tasks and timer are allocated statically.
[freertos] / FreeRTOS-Plus / Source / FreeRTOS-Plus-IoT-SDK / c_sdk / standard / common / include / private / iot_taskpool_internal.h
index b989c586ce112a5d195da69ac1e0f80f405d200b..3779ff95886e9ce3445dd288fe5e53ba74562e23 100644 (file)
@@ -255,7 +255,6 @@ typedef struct _taskPool
     int32_t priority;                        /**< @brief The priority for all task pool threads. */\r
     SemaphoreHandle_t dispatchSignal;        /**< @brief The synchronization object on which threads are waiting for incoming jobs. */\r
     StaticSemaphore_t dispatchSignalBuffer;  /**< @brief The semaphore buffer. */\r
-    SemaphoreHandle_t startStopSignal;       /**< @brief The synchronization object for threads to signal start and stop condition. */\r
     StaticSemaphore_t startStopSignalBuffer; /**< @brief The semaphore buffer. */\r
     TimerHandle_t timer;                     /**< @brief The timer for deferred jobs. */\r
     StaticTimer_t timerBuffer;               /**< @brief The timer buffer. */\r