diff options
author | Jim Mussared <jim.mussared@gmail.com> | 2019-10-21 17:42:14 +1100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2019-10-21 23:54:59 +1100 |
commit | 912892b2093f45a77986399f5e4600fe23b3efcf (patch) | |
tree | 5bbeb4bd71f1127e3e2d83c4a4b1d5e7fe08d4ec | |
parent | ffd11486d426fa3b45946da72d274cd88be942d1 (diff) |
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.
-rw-r--r-- | ports/esp32/boards/sdkconfig.240mhz | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/esp32/boards/sdkconfig.240mhz b/ports/esp32/boards/sdkconfig.240mhz index a0cb113a4..e36884009 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 |