diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2006-01-11 16:08:48 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2006-01-11 16:08:48 +0000 |
| commit | 130a0270bf44c6277f4032426686b4286c410cec (patch) | |
| tree | 64af05dd9d9d9eccb7d3f6f37edd247209e457be | |
| parent | 531bdf6925cd6911d13661df7788aabd1f3880f9 (diff) | |
| download | rockbox-130a0270bf44c6277f4032426686b4286c410cec.zip rockbox-130a0270bf44c6277f4032426686b4286c410cec.tar.gz rockbox-130a0270bf44c6277f4032426686b4286c410cec.tar.bz2 rockbox-130a0270bf44c6277f4032426686b4286c410cec.tar.xz | |
make the x5 sim pass
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8337 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | uisimulator/x11/screenhack.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/uisimulator/x11/screenhack.c b/uisimulator/x11/screenhack.c index 5270990..c3aa2e4 100644 --- a/uisimulator/x11/screenhack.c +++ b/uisimulator/x11/screenhack.c @@ -126,6 +126,11 @@ #define KEYBOARD_SPECIFIC \ "[not written yet]" +#elif (CONFIG_KEYPAD == IAUDIO_X5_PAD) +#define KEYBOARD_SPECIFIC \ + "[not written yet]" +#else +#error "Put your defines here" #endif |