mirror of
https://github.com/apache/nuttx.git
synced 2026-09-19 12:21:54 +08:00
drivers/timers/pwm.c: fix compilation warnings
This commit is contained in:
committed by
Alan Carvalho de Assis
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);
|
||||
|
||||
Reference in New Issue
Block a user