yamt commented on a change in pull request #2951: URL: https://github.com/apache/incubator-nuttx/pull/2951#discussion_r586052480
########## File path: arch/arm/src/stm32/stm32_wwdg.c ########## @@ -591,8 +591,8 @@ static int stm32_settimeout(FAR struct watchdog_lowerhalf_s *lower, priv->fwwdg = fwwdg; priv->reload = reload; - wdinfo("wdgtb=%d fwwdg=%d reload=%d timeout=%d\n", - wdgtb, fwwdg, reload, priv->timeout); + wdinfo("wdgtb=%d fwwdg=%u reload=%u timeout=%u\n", + wdgtb, (unsigned)fwwdg, (unsigned)reload, (unsigned)priv->timeout); Review comment: i prefer to use PRIu32 etc where it's easy. i don't feel strong on this though. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org