mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 09:39:10 -04:00
All gpio hal and ll functions input arguments gpio_num_t are changed to uint32_t type. Validation of gpio num should be guaranteed from the driver layer.