From 912892b2093f45a77986399f5e4600fe23b3efcf Mon Sep 17 00:00:00 2001 From: Jim Mussared Date: Mon, 21 Oct 2019 17:42:14 +1100 Subject: [PATCH] esp32: Add missing and necessary newline at EOF for sdkconfig.240mhz. When these files get concatenated the newline-at-EOF is necessary so that the start of the next file doesn't join with the end of the previous. --- ports/esp32/boards/sdkconfig.240mhz | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/esp32/boards/sdkconfig.240mhz b/ports/esp32/boards/sdkconfig.240mhz index a0cb113a48..e36884009d 100644 --- a/ports/esp32/boards/sdkconfig.240mhz +++ b/ports/esp32/boards/sdkconfig.240mhz @@ -2,4 +2,4 @@ CONFIG_ESP32_DEFAULT_CPU_FREQ_80= CONFIG_ESP32_DEFAULT_CPU_FREQ_160= CONFIG_ESP32_DEFAULT_CPU_FREQ_240=y -CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ=240 \ No newline at end of file +CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ=240