mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-11 06:05:21 -05:00
Changed #warning to a TODO comment.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30717 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
725ed0ad3f
commit
8c4941e561
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ static inline void core_sleep(void)
|
||||||
#if !(defined(CPU_PP)) && CONFIG_CPU != RK27XX
|
#if !(defined(CPU_PP)) && CONFIG_CPU != RK27XX
|
||||||
static inline void core_sleep(void)
|
static inline void core_sleep(void)
|
||||||
{
|
{
|
||||||
#warning core_sleep not implemented, battery life will be decreased
|
/* TODO: core_sleep not implemented, battery life will be decreased */
|
||||||
enable_irq();
|
enable_irq();
|
||||||
}
|
}
|
||||||
#endif /* CPU_PP */
|
#endif /* CPU_PP */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue