stm32f0: rtc: remove unused variable

This commit is contained in:
S.J.R. van Schaik 2017-08-03 13:37:00 +02:00
parent fc61b55493
commit dd6579fda7

View file

@ -76,7 +76,7 @@ int rtc_get_time(struct tm *time)
static int rtc_set_time(struct tm *time) static int rtc_set_time(struct tm *time)
{ {
uint32_t rtc_tr, rtc_dr; uint32_t rtc_tr, rtc_dr;
uint32_t hour, mon, year; uint32_t mon, year;
if (!time) if (!time)
return -1; return -1;