patacongo commented on a change in pull request #1613:
URL: https://github.com/apache/incubator-nuttx/pull/1613#discussion_r474235443
##########
File path: arch/xtensa/src/esp32/hardware/esp32_soc.h
##########
@@ -371,4 +372,162 @@
/* Other interrupt numbers should be managed by the user */
+#define DR_REG_APB_CTRL_BASE 0x3ff66000 /* Old name for
SYSCON, to be removed */
+#define APB_CTRL_SYSCLK_CONF_REG (DR_REG_APB_CTRL_BASE + 0x0)
+#define APB_CTRL_XTAL_TICK_CONF_REG (DR_REG_APB_CTRL_BASE + 0x4)
Review comment:
Plise fix alignment.
----------------------------------------------------------------
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:
[email protected]