xiaoxiang781216 commented on code in PR #11849:
URL: https://github.com/apache/nuttx/pull/11849#discussion_r1514409238
##########
drivers/eeprom/i2c_xx24xx.c:
##########
@@ -873,7 +873,7 @@ int ee24xx_initialize(FAR struct i2c_master_s *bus, uint8_t
devaddr,
}
}
- finfo("EEPROM device %s, %d bytes, %d per page, addrlen %d, %s\n",
+ finfo("EEPROM device %s, %ld bytes, %d per page, addrlen %d, %s\n",
Review Comment:
```suggestion
finfo("EEPROM device %s, %PRIu32 " bytes, %d per page, addrlen %d, %s\n",
```
--
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]