File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ constexpr uint_fast8_t NUM_OPTIONAL_TASKS = 2; // Must match number of entires!
3737/* *
3838 * @brief Task to poll high priority sensors
3939 */
40- [[noreturn]] void vTaskPollSensors ([[maybe_unused]] void *pvParameters);
40+ [[noreturn]] void vTPollS ([[maybe_unused]] void *pvParameters);
4141/* *
4242 * @brief Task to control the load
4343 */
Original file line number Diff line number Diff line change @@ -391,7 +391,7 @@ vTaskUpdateFSM([[maybe_unused]] void *pvParameters) { // NOSONAR
391391 * @brief Task to poll high priority sensors
392392 */
393393[[noreturn]] void
394- vTaskPollSensors ([[maybe_unused]] void *pvParameters) { // NOSONAR
394+ vTPollS ([[maybe_unused]] void *pvParameters) { // NOSONAR
395395 while (true ) {
396396 static TickType_t xLastWakeTime = xTaskGetTickCount ();
397397
You can’t perform that action at this time.
0 commit comments