You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/12/10 18:33:23 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #2514: xtensa/esp32: allows the rtc wdt to be configured in bootloader and used later

xiaoxiang781216 commented on a change in pull request #2514:
URL: https://github.com/apache/incubator-nuttx/pull/2514#discussion_r540403568



##########
File path: arch/xtensa/src/esp32/esp32_wtd.h
##########
@@ -41,7 +41,6 @@
 #define ESP32_WTD_STOP(d)                       ((d)->ops->stop(d))
 #define ESP32_WTD_LOCK(d)                       ((d)->ops->enablewp(d))
 #define ESP32_WTD_UNLOCK(d)                     ((d)->ops->disablewp(d))
-#define ESP32_WTD_INITCONF(d)                   ((d)->ops->initconf(d))

Review comment:
       should we remove initconf from esp32_wtd_ops_s too?




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

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