Use the same poweroff count for clip as for other AMS targets

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19609 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Björn Stenberg 2008-12-28 21:58:13 +00:00
parent 8d6d4fbc3b
commit 9ad94b9c35

View file

@ -54,6 +54,6 @@ bool button_hold(void);
/* Software power-off */
#define POWEROFF_BUTTON BUTTON_POWER
#define POWEROFF_COUNT 40
#define POWEROFF_COUNT 10
#endif /* _BUTTON_TARGET_H_ */