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



##########
File path: arch/xtensa/src/esp32s2/esp32s2_start.c
##########
@@ -209,6 +210,22 @@ void IRAM_ATTR __esp32s2_start(void)
 
   showprogress('A');
 
+#if defined(CONFIG_ESP32S2_SPIRAM_BOOT_INIT)
+  if (esp_spiram_init() != OK)
+    {
+#  if defined(ESP32S2_SPIRAM_IGNORE_NOTFOUND)

Review comment:
       ```suggestion
   #  if defined(CONFIG_ESP32S2_SPIRAM_IGNORE_NOTFOUND)
   ```
   Probably the `CONFIG_` is missing here




-- 
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