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 2021/07/26 22:01:22 UTC

[GitHub] [incubator-nuttx] saramonteiro commented on a change in pull request #4234: espressif/esp32/esp32s2/esp32c3: Disable wdt on initialization.

saramonteiro commented on a change in pull request #4234:
URL: https://github.com/apache/incubator-nuttx/pull/4234#discussion_r676973880



##########
File path: arch/risc-v/src/esp32c3/hardware/esp32c3_rtccntl.h
##########
@@ -49,13 +49,13 @@
  * write-enable the wdt registers
  */
 
-#define RTC_CNTL_WDT_WKEY_VALUE 0x50D83AA1
+#define RTC_CNTL_WDT_WKEY_VALUE     0x50D83AA1
 
 /* The value that needs to be written to RTC_CNTL_SWD_WPROTECT_REG
  * to write-enable the wdt registers
  */
 
-#define RTC_CNTL_SWD_WKEY_VALUE 0x8F1D312A
+#define RTC_CNTL_SWD_WKEY_VALUE     0x8F1D312A

Review comment:
       Good catch! Solved.




-- 
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-unsubscribe@nuttx.apache.org

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