xiaoxiang781216 commented on code in PR #15757: URL: https://github.com/apache/nuttx/pull/15757#discussion_r1942589834
########## include/nuttx/net/mii.h: ########## @@ -396,6 +396,13 @@ #define DP83840_PHYADDR_DUPLEX (1 << 7) #define DP83840_PHYADDR_SPEED (1 << 6) +/* Davicom DM9161 **********************************************************/ + +/* DM9161 MII ID1/2 register bits */ + +#define MII_PHYID1_DM9161 0x0181 Review Comment: ```suggestion #define MII_PHYID1_DM9161 0x0181 ``` change tab to space and algin with line 397 -- 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-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org