1
0
Fork 0
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:
Björn Stenberg 2002-08-22 21:53:10 +00:00
parent a8e89fd693
commit 518e1ec1e4

View file

@ -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