Skip to content

Commit e3f1ece

Browse files
authored
sort
1 parent 81f7e4b commit e3f1ece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/Kconfig.projbuild

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ config LIB_BUILDER_FLASHFREQ
1010
string
1111
default "120m" if ESPTOOLPY_FLASHFREQ_120M
1212
default "80m" if ESPTOOLPY_FLASHFREQ_80M
13-
default "60m" if ESPTOOLPY_FLASHFREQ_60M
1413
default "64m" if ESPTOOLPY_FLASHFREQ_64M
14+
default "60m" if ESPTOOLPY_FLASHFREQ_60M
1515
default "40m" if ESPTOOLPY_FLASHFREQ_40M
1616
default "32m" if ESPTOOLPY_FLASHFREQ_32M
1717
default "30m" if ESPTOOLPY_FLASHFREQ_30M

0 commit comments

Comments
 (0)