mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04:00
getc, getchar, putc, putchar were defined both as functions and as
macros. The macro versions are not thread safe, and should not be used
in multithreaded applications.
Upstream fix: b0f271d1db