diff options
| author | Karl Kurbjun <kkurbjun@gmail.com> | 2007-11-15 06:44:35 +0000 |
|---|---|---|
| committer | Karl Kurbjun <kkurbjun@gmail.com> | 2007-11-15 06:44:35 +0000 |
| commit | d3d0b26421bea28acc3f844a5b630d928083e9ec (patch) | |
| tree | ae41e45978582dede65cbd0bfae70dbd6eb1445c /firmware/export | |
| parent | d1c6d539625e20c04674cfa040f84f4444a16927 (diff) | |
| download | rockbox-d3d0b26421bea28acc3f844a5b630d928083e9ec.zip rockbox-d3d0b26421bea28acc3f844a5b630d928083e9ec.tar.gz rockbox-d3d0b26421bea28acc3f844a5b630d928083e9ec.tar.bz2 rockbox-d3d0b26421bea28acc3f844a5b630d928083e9ec.tar.xz | |
Work in progress fixes to the remote button handling. Now the remote can be unplugged and then plugged in and it will work.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15628 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
| -rw-r--r-- | firmware/export/config-mrobe500.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config-mrobe500.h b/firmware/export/config-mrobe500.h index 3156b87..53fc942 100644 --- a/firmware/export/config-mrobe500.h +++ b/firmware/export/config-mrobe500.h @@ -52,7 +52,7 @@ /* choose the lcd orientation. both work */ /* #define CONFIG_ORIENTATION SCREEN_PORTAIT */ -#define CONFIG_ORIENTATION SCREEN_LANDSCAPE +#define CONFIG_ORIENTATION SCREEN_LANDSCAPE #if CONFIG_ORIENTATION == SCREEN_PORTAIT #define LCD_WIDTH 480 |