mirror of
https://github.com/espressif/esp-idf
synced 2025-03-31 20:00:09 -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.