forked from len0rd/rockbox
Remove conditional added around set_day_of_week in r31301.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31305 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e38baa0fae
commit
8414a44ad4
2 changed files with 1 additions and 3 deletions
|
@ -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);
|
||||
void set_day_of_week(struct tm *tm);
|
||||
#endif
|
||||
void set_day_of_week(struct tm *tm);
|
||||
|
||||
#endif /* _TIMEFUNCS_H_ */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue