gcc8_newlib3: Compilation warnings and errors not specific to newlib v3

This commit is contained in:
Alexey Gerenkov
2018-06-14 19:11:21 +03:00
parent a3c43251b4
commit c2dc09304c
17 changed files with 53 additions and 17 deletions

View File

@@ -88,7 +88,7 @@ void esp_clk_init(void)
break;
default:
freq_mhz = 80;
/* no break */
/* falls through */
case 80:
freq = RTC_CPU_FREQ_80M;
break;