forked from len0rd/rockbox
Try and save some bytes, seeing as we already assumed LANG_ constants for month and weekday names are contiguous.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15289 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1e45eecb23
commit
fda41b892e
4 changed files with 13 additions and 73 deletions
|
@ -25,10 +25,6 @@
|
|||
|
||||
#if CONFIG_RTC
|
||||
|
||||
extern const int dayname[];
|
||||
|
||||
extern const int monthname[];
|
||||
|
||||
/* Common functions for all targets */
|
||||
void rtc_init(void);
|
||||
int rtc_read_datetime(unsigned char* buf);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue