diff options
| author | Zakk Roberts <midk@rockbox.org> | 2006-04-07 00:17:34 +0000 |
|---|---|---|
| committer | Zakk Roberts <midk@rockbox.org> | 2006-04-07 00:17:34 +0000 |
| commit | a7b593055f54e56aa9ee3cc896b158f486f9ec6b (patch) | |
| tree | 13f7554d046ff337ee8cebd4675b730f1ffea211 /apps/plugins/SOURCES | |
| parent | 17b17be6070a6302bf9c6e2f994af9b81c5ec700 (diff) | |
| download | rockbox-a7b593055f54e56aa9ee3cc896b158f486f9ec6b.zip rockbox-a7b593055f54e56aa9ee3cc896b158f486f9ec6b.tar.gz rockbox-a7b593055f54e56aa9ee3cc896b158f486f9ec6b.tar.bz2 rockbox-a7b593055f54e56aa9ee3cc896b158f486f9ec6b.tar.xz | |
Add button mappings and support for iAudio X5, also simplified a bit of code.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9545 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/SOURCES')
| -rw-r--r-- | apps/plugins/SOURCES | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index 029b622..22d76c5 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -71,9 +71,7 @@ wormlet.c #endif #ifdef CONFIG_RTC -#if CONFIG_KEYPAD != IAUDIO_X5_PAD clock.c -#endif #if CONFIG_KEYPAD == RECORDER_PAD /* Recorder models only for now */ calendar.c #endif |