mirror of
https://github.com/espressif/esp-mqtt.git
synced 2025-07-30 02:38:19 +02:00
Client: Remove usage of legacy FreeRTOS types
This commit is contained in:
@ -1526,7 +1526,7 @@ static void esp_mqtt_task(void *pv)
|
|||||||
}
|
}
|
||||||
MQTT_API_UNLOCK(client);
|
MQTT_API_UNLOCK(client);
|
||||||
xEventGroupWaitBits(client->status_bits, RECONNECT_BIT, false, true,
|
xEventGroupWaitBits(client->status_bits, RECONNECT_BIT, false, true,
|
||||||
client->wait_timeout_ms / 2 / portTICK_RATE_MS);
|
client->wait_timeout_ms / 2 / portTICK_PERIOD_MS);
|
||||||
// continue the while loop instead of break, as the mutex is unlocked
|
// continue the while loop instead of break, as the mutex is unlocked
|
||||||
continue;
|
continue;
|
||||||
default:
|
default:
|
||||||
|
Reference in New Issue
Block a user