drivers/timers/pwm.c: fix compilation warnings
This commit is contained in:
parent
b721ba05aa
commit
a74ea51aae
|
@ -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…
Reference in New Issue