Moved archos button reading to target tree. * Cleanup of button.[ch]. * Deactivated serial remote code for recorder FM/V2 as there is no remote pin, saving ~500 bytes of code.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11612 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2006-11-27 02:16:32 +00:00
parent e43f56b58d
commit 0e6dd7efcd
18 changed files with 625 additions and 368 deletions

View file

@ -80,6 +80,7 @@ bool button_scan_enabled(void);
|BUTTON_RC_SOURCE)
#define POWEROFF_BUTTON BUTTON_OFF
#define RC_POWEROFF_BUTTON BUTTON_RC_STOP
#define POWEROFF_COUNT 10
#endif /* _BUTTON_TARGET_H_ */