From: Angus Gratton Date: Wed, 9 Nov 2016 01:21:23 +0000 (+0800) Subject: Merge branch 'bugfix/compile_with_no_timers' into 'master' X-Git-Tag: v1.0~71 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0dff62051fc0a09050a07f2aba9ceb7f5f990862;p=esp-idf Merge branch 'bugfix/compile_with_no_timers' into 'master' 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 --- 0dff62051fc0a09050a07f2aba9ceb7f5f990862