mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
e806d9c9cb
Newlib nano printf formatting do not support %z, and will crash if such an identifier is followed by a %s indentifier. Closes https://github.com/espressif/esp-idf/issues/9631