pkarashchenko commented on code in PR #10832: URL: https://github.com/apache/nuttx/pull/10832#discussion_r1340564398
########## drivers/ioexpander/pcf8574.c: ########## @@ -556,7 +555,8 @@ static int pcf8574_multiwritepin(FAR struct ioexpander_dev_s *dev, pin = pins[i]; DEBUGASSERT(pin < 8); - gpioinfo("%d. pin=%u value=%u\n", pin, values[i]); Review Comment: I think the main idea here was to print `i, pin, value[i]`, since printing I2C address seems to be redundant to me as address is already printed at line 539 -- 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