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.
This commit is contained in:
Jim Mussared 2019-10-21 17:42:14 +11:00 committed by Damien George
parent ffd11486d4
commit 912892b209

View File

@ -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
CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ=240