diff options
Diffstat (limited to 'firmware/include/timefuncs.h')
| -rw-r--r-- | firmware/include/timefuncs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/include/timefuncs.h b/firmware/include/timefuncs.h index b7e9be5..4c5f0fb 100644 --- a/firmware/include/timefuncs.h +++ b/firmware/include/timefuncs.h @@ -30,8 +30,8 @@ struct tm *get_time(void); int set_time(const struct tm *tm); #if CONFIG_RTC bool valid_time(const struct tm *tm); -#endif void set_day_of_week(struct tm *tm); +#endif #endif /* _TIMEFUNCS_H_ */ |