1
0
Fork 0
forked from len0rd/rockbox

Add tm->yday to RTC ports missing it

Change-Id: I86882262bafb8d06f925aabb87ebd1b5dcb0cd53
This commit is contained in:
Moshe Piekarski 2021-05-05 12:52:19 -04:00 committed by Solomon Peachy
parent 3f26fcf340
commit b895fb6643
14 changed files with 30 additions and 12 deletions

View file

@ -31,6 +31,7 @@ int set_time(const struct tm *tm);
#if CONFIG_RTC
bool valid_time(const struct tm *tm);
void set_day_of_week(struct tm *tm);
void set_day_of_year(struct tm *tm);
#endif
#endif /* _TIMEFUNCS_H_ */