pkarashchenko commented on code in PR #9725:
URL: https://github.com/apache/nuttx/pull/9725#discussion_r1255249932


##########
arch/arm/src/cxd56xx/cxd56_wdt.c:
##########
@@ -200,7 +200,7 @@ static uint32_t cxd56_getreg(uintptr_t regaddr)
 
   /* Show the register value read */
 
-  wdinfo("%08x->%08\n", regaddr, regval);
+  wdinfo("%08x->%08x\n", regaddr, regval);

Review Comment:
   Maybe PRIx32?



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