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:
Björn Stenberg 2011-10-05 14:42:18 +00:00
parent 725ed0ad3f
commit 8c4941e561

View file

@ -112,7 +112,7 @@ static inline void core_sleep(void)
#if !(defined(CPU_PP)) && CONFIG_CPU != RK27XX
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();
}
#endif /* CPU_PP */