forked from len0rd/rockbox
New measurements show ATA_SLEEP saves us 30-40 mA over ATA_STANDBY.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1932 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a8e89fd693
commit
518e1ec1e4
1 changed files with 2 additions and 2 deletions
|
@ -30,12 +30,12 @@
|
|||
#include "string.h"
|
||||
|
||||
/* Define one of USE_STANDBY, USE_SLEEP or USE_POWEROFF */
|
||||
#define USE_STANDBY
|
||||
#define USE_SLEEP
|
||||
|
||||
/* We can only use power off on the recorder */
|
||||
#if !defined(ARCHOS_RECORDER) && defined(USE_POWEROFF)
|
||||
#undef USE_POWEROFF
|
||||
#define USE_STANDBY
|
||||
#define USE_SLEEP
|
||||
#endif
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue