mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-29 03:44:59 +00:00
b23de0f8a1
This commit fixes the decimal literals used in calculating task watchdog timeouts to prevent them from causing a uint32_t oveflow. Closes https://github.com/espressif/esp-idf/issues/6648