xiaoxiang781216 commented on code in PR #7622: URL: https://github.com/apache/incubator-nuttx/pull/7622#discussion_r1027121427
########## arch/arm/src/kinetis/kinetis_enet.c: ########## @@ -872,7 +872,7 @@ static void kinetis_interrupt_work(void *arg) { /* An error has occurred, update statistics */ - nerr("pending %0" PRIx32 "d ints %0lxd\n", pending, priv->ints); + nerr("pending %0" PRIx32 "d ints %0" PRIx32 "\n", pending, priv->ints); Review Comment: it's typo error from: https://github.com/apache/incubator-nuttx/commit/9d02bbcfdde8636436ac9341a3a8a6018781281e Let me fix it. -- 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