mirror of
https://github.com/apache/nuttx.git
synced 2026-08-05 22:29:02 +00:00
drivers/timers/pwm.c: fix compilation warnings
This commit is contained in:
parent
b721ba05aa
commit
a74ea51aae
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ static void pwm_dump(FAR const char *msg, FAR const struct pwm_info_s *info,
|
|||
#endif
|
||||
|
||||
#ifdef CONFIG_PWM_PULSECOUNT
|
||||
pwminfo(" count: %d\n", info->count);
|
||||
pwminfo(" count: %" PRIx32 "\n", info->count);
|
||||
#endif
|
||||
|
||||
pwminfo(" started: %d\n", started);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue