mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 17:19:09 -04:00
Also use `unsigned int`, `short unsigned int`,`long long unsigned int` etc types instead of uintN_t. Because some platforms have uintN_t types that don't conrrespont to built-in prototypes.