Skip to content

Commit

Permalink
🐛 typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yehangyang committed Jan 24, 2022
1 parent 9f18ebf commit d949350
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/cat_face_detect/sdkconfig.defaults.esp32s2
Expand Up @@ -2,4 +2,4 @@ CONFIG_ESP32S2_DEFAULT_CPU_FREQ_240=y
CONFIG_ESP32S2_SPIRAM_SUPPORT=y

CONFIG_ESP32S2_DATA_CACHE_16KB=y
ESP32S2_DATA_CACHE_LINE_32B=y
CONFIG_ESP32S2_DATA_CACHE_LINE_32B=y
2 changes: 1 addition & 1 deletion examples/color_detect/sdkconfig.defaults.esp32s2
Expand Up @@ -2,4 +2,4 @@ CONFIG_ESP32S2_DEFAULT_CPU_FREQ_240=y
CONFIG_ESP32S2_SPIRAM_SUPPORT=y

CONFIG_ESP32S2_DATA_CACHE_16KB=y
ESP32S2_DATA_CACHE_LINE_32B=y
CONFIG_ESP32S2_DATA_CACHE_LINE_32B=y
2 changes: 1 addition & 1 deletion examples/face_recognition/sdkconfig.defaults.esp32s2
Expand Up @@ -2,4 +2,4 @@ CONFIG_ESP32S2_DEFAULT_CPU_FREQ_240=y
CONFIG_ESP32S2_SPIRAM_SUPPORT=y

CONFIG_ESP32S2_DATA_CACHE_16KB=y
ESP32S2_DATA_CACHE_LINE_32B=y
CONFIG_ESP32S2_DATA_CACHE_LINE_32B=y
2 changes: 1 addition & 1 deletion examples/human_face_detect/sdkconfig.defaults.esp32s2
Expand Up @@ -2,4 +2,4 @@ CONFIG_ESP32S2_DEFAULT_CPU_FREQ_240=y
CONFIG_ESP32S2_SPIRAM_SUPPORT=y

CONFIG_ESP32S2_DATA_CACHE_16KB=y
ESP32S2_DATA_CACHE_LINE_32B=y
CONFIG_ESP32S2_DATA_CACHE_LINE_32B=y

0 comments on commit d949350

Please sign in to comment.