mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -05:00
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:
parent
84706a4188
commit
c4d8d970f6
15 changed files with 101 additions and 31 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue