mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
0dff62051f
newlib: fix compilation error when no timers are enabled in menuconfig I have checked that three options (RTC/RTC+FRC1/FRC1) work, but didn't check "None" option. This adds some missing ifdef blocks to remove "unused function/variable" warnings and fixes the use of `__errno_r` in a non-reentrant function. See merge request !174