acassis commented on a change in pull request #5827:
URL: https://github.com/apache/incubator-nuttx/pull/5827#discussion_r835969151



##########
File path: arch/xtensa/src/esp32s2/Kconfig
##########
@@ -718,6 +724,11 @@ config ESP32S2_SPIRAM_SPEED_80M
 
 endchoice # ESP32S2_SPIRAM_SPEED
 
+config ESP32S2_SPIRAM_SPEED
+       int
+       default 80 if ESP32S2_SPIRAM_SPEED_80M
+       default 40 if ESP32S2_SPIRAM_SPEED_40M
+

Review comment:
       Fixed, now it is used to report the frequency.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to