gustavonihei commented on a change in pull request #5056:
URL: https://github.com/apache/incubator-nuttx/pull/5056#discussion_r773466360
##########
File path: arch/xtensa/src/esp32/hardware/esp32_soc.h
##########
@@ -804,6 +804,10 @@ extern int rom_i2c_writereg(int block, int block_id, int
reg_add,
#define INVALID_MMU_VAL 0x100
+/* phy registers and memory size */
+
+#define SOC_PHY_DIG_REGS_MEM_SIZE (21*4)
Review comment:
```suggestion
#define SOC_PHY_DIG_REGS_MEM_SIZE (21*4)
```
nit: adjust 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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]