1
0
mirror of https://github.com/espressif/esp-idf synced 2025-03-29 19:00:12 -04:00
morris 2d52334e5d gptimer: fix race condition between start and stop
Added state transition in gptimer_start/stop functions.
So that it's not possible to make a stopped timer continue to run
because of race condition.
2023-03-10 23:27:29 +08:00
..