mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-02 11:44:52 +00: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.