TimJTi commented on code in PR #7702:
URL: https://github.com/apache/nuttx/pull/7702#discussion_r1038285593


##########
arch/arm/src/sama5/sam_adc.c:
##########
@@ -1335,7 +1417,7 @@ static int sam_adc_settimer(struct sam_adc_s *priv, 
uint32_t frequency,
   priv->tc = sam_tc_allocate(channel, mode);
   if (!priv->tc)
     {
-      aerr("ERROR: Failed to allocate channel %d mode %08" PRIx32 "\n",
+      aerr("ERROR: Failed to allocate channel %d mode %08x\n",
             channel, mode);

Review Comment:
   Don't know...I guess it threw an error at some point and I changed it, but 
it seems OK now. I was having quite a bit of grief with version control....



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