mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
D2: Enable FM radio (based on FS#10035 by Michael Burtin with some changes by myself). Also updates the LV24020 driver to add optional logf debugging.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20420 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d63a8fcb7b
commit
1a6bcfa2c1
8 changed files with 57 additions and 7 deletions
|
|
@ -109,6 +109,14 @@
|
|||
#elif (CONFIG_KEYPAD == GIGABEAT_S_PAD)
|
||||
#define FM_PRESET
|
||||
#define FM_MODE
|
||||
|
||||
#elif (CONFIG_KEYPAD == COWOND2_PAD)
|
||||
#define FM_MENU
|
||||
#define FM_PRESET
|
||||
#define FM_STOP
|
||||
#define FM_MODE
|
||||
#define FM_EXIT
|
||||
#define FM_PLAY
|
||||
#endif
|
||||
|
||||
#define RADIO_SCAN_MODE 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue