pkarashchenko commented on code in PR #1461:
URL: https://github.com/apache/nuttx-apps/pull/1461#discussion_r1051623160


##########
system/spi/spitool.h:
##########
@@ -177,7 +177,7 @@ ssize_t spitool_exchange(FAR struct spitool_s *spitool,
                          FAR const void *outbuffer, size_t noutbytes,
                          FAR void *inbuffer, size_t ninbytes);
 int spitool_printf(FAR struct spitool_s *spitool, const char *fmt, ...)

Review Comment:
   ```suggestion
   int spitool_printf(FAR struct spitool_s *spitool, FAR const char *fmt, ...)
   ```



##########
system/i2c/i2ctool.h:
##########
@@ -171,7 +171,7 @@ extern const char g_i2cxfrerror[];
 ssize_t i2ctool_write(FAR struct i2ctool_s *i2ctool, FAR const void *buffer,
                       size_t nbytes);
 int i2ctool_printf(FAR struct i2ctool_s *i2ctool, const char *fmt, ...)

Review Comment:
   ```suggestion
   int i2ctool_printf(FAR struct i2ctool_s *i2ctool, FAR const char *fmt, ...)
   ```



-- 
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

Reply via email to