daniel-p-carvalho commented on code in PR #10832: URL: https://github.com/apache/nuttx/pull/10832#discussion_r1340570894
########## 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 agree with you... I will make the changes. Thanks -- 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