You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/12/10 15:53:23 UTC

[GitHub] [incubator-nuttx] juniskane opened a new pull request #4975: arch/arm/src/stm32l4/stm32l4_pwm.c: fix printf format

juniskane opened a new pull request #4975:
URL: https://github.com/apache/incubator-nuttx/pull/4975


   ## Summary
   Silences the following compiler warnings:
   
   chip/stm32l4_pwm.c: In function 'pwm_timer':
   chip/stm32l4_pwm.c:3169:11: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint32_t {aka const long unsigned int}' [-Wformat=]
      pwminfo("TIM%u frequency: %u\n",
              ^
              priv->timid, info->frequency);
                           ~~~~~~~
   
   ## Impact
   N/A
   
   ## Testing
   N/A
   


-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #4975: arch/arm/src/stm32l4/stm32l4_pwm.c: fix printf format

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged pull request #4975:
URL: https://github.com/apache/incubator-nuttx/pull/4975


   


-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org