Fix some forgotten OR's in some button-target.h files

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21501 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Maurus Cuelenaere 2009-06-24 22:13:37 +00:00
parent af980d8bcb
commit e59c4ffc82
2 changed files with 3 additions and 3 deletions

View file

@ -51,7 +51,7 @@ unsigned short button_read_dbop(void);
#define BUTTON_MAIN (BUTTON_HOME|BUTTON_DOWN|BUTTON_RIGHT|BUTTON_LEFT \
|BUTTON_SELECT|BUTTON_UP|BUTTON_POWER \
|BUTTON_SCROLL_BACK|BUTTON_SCROLL_FWD| \
|BUTTON_SCROLL_BACK|BUTTON_SCROLL_FWD \
|BUTTON_HOLD)
/* No Remote control */