1
0
Fork 0
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:
Steve Bavin 2007-10-24 15:34:36 +00:00
parent 1e45eecb23
commit fda41b892e
4 changed files with 13 additions and 73 deletions

View file

@ -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);