gustavonihei commented on a change in pull request #4234:
URL: https://github.com/apache/incubator-nuttx/pull/4234#discussion_r676963068
##########
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
Review comment:
```suggestion
#define RTC_CNTL_WDT_WKEY_VALUE 0x50d83aa1
```
It is common practice to use lowercase letters for hex literals.
--
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]