forked from len0rd/rockbox
Code police and clean up for rockboy.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15144 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0b911fefea
commit
437c3e40ca
26 changed files with 167 additions and 309 deletions
|
@ -58,7 +58,7 @@ void rtc_write(byte b)
|
|||
}
|
||||
}
|
||||
|
||||
void rtc_tick()
|
||||
void rtc_tick(void)
|
||||
{
|
||||
if (rtc.stop) return;
|
||||
if (++rtc.t == 60)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue