mirror of
https://github.com/apache/nuttx.git
synced 2026-08-11 07:25:13 +00:00
stm32f7:rtc Missing semicolon
This commit is contained in:
parent
b274a97840
commit
ab578bb338
1 changed files with 1 additions and 1 deletions
|
|
@ -1154,7 +1154,7 @@ int up_rtc_getdatetime(FAR struct tm *tp)
|
|||
tp->tm_wday = tmp % 7;
|
||||
tp->tm_yday = tp->tm_mday +
|
||||
clock_daysbeforemonth(tp->tm_mon, clock_isleapyear(tp->tm_year + 1900));
|
||||
tp->tm_isdst = 0
|
||||
tp->tm_isdst = 0;
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_STM32F7_HAVE_RTC_SUBSECONDS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue