acassis commented on code in PR #17574:
URL: https://github.com/apache/nuttx/pull/17574#discussion_r2637827643


##########
arch/xtensa/src/esp32/esp32_start.c:
##########
@@ -300,7 +300,7 @@ static noreturn_function void __esp32_start(void)
 
   if (chip_rev < 300)
     {
-#ifndef ESP32_IGNORE_CHIP_REVISION_CHECK
+#ifndef CONFIG_ESP32_IGNORE_CHIP_REVISION_CHECK

Review Comment:
   Hmm, I didn't know it was necessary by QEMU. I just updated it to instruct 
user to enable it, maybe later we can enable it by default to QEMU



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to