drivers/timers/pwm.c: fix compilation warnings

This commit is contained in:
raiden00pl
2021-05-05 09:32:58 -03:00
committed by Alan Carvalho de Assis
parent b721ba05aa
commit a74ea51aae
+1 -1
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);