The power-saving SLEEP patch by Simon Elén.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3259 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Björn Stenberg 2003-02-14 09:44:34 +00:00
parent 84706a4188
commit c4d8d970f6
15 changed files with 101 additions and 31 deletions

View file

@ -221,3 +221,8 @@ void lcd_fillrect (int x, int y, int nx, int ny)
(void)ny;
}
#endif
void cpu_sleep(bool enabled)
{
(void)enabled;
}