forked from len0rd/rockbox
Add tm->yday to RTC ports missing it
Change-Id: I86882262bafb8d06f925aabb87ebd1b5dcb0cd53
This commit is contained in:
parent
3f26fcf340
commit
b895fb6643
14 changed files with 30 additions and 12 deletions
|
@ -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_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue