drivers/timers/pwm.c: fix compilation warnings

This commit is contained in:
raiden00pl 2021-05-05 09:20:52 +02:00 committed by Alan Carvalho de Assis
parent b721ba05aa
commit a74ea51aae
1 changed files with 1 additions and 1 deletions

View File

@ -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);