summaryrefslogtreecommitdiff
path: root/uisimulator/common
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2007-07-14 13:41:59 +0000
committerMichael Sevakis <jethead71@rockbox.org>2007-07-14 13:41:59 +0000
commit680afafc23d0426038b2eeb80df9b22e005bedd9 (patch)
tree6c33d56bfbb0204d54fbc37ada1116779b1edbd4 /uisimulator/common
parentef65d914921f358d275949d1f6d66bbfda3efa74 (diff)
downloadrockbox-680afafc23d0426038b2eeb80df9b22e005bedd9.tar.gz
rockbox-680afafc23d0426038b2eeb80df9b22e005bedd9.zip
Fix all the red this time?
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13884 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator/common')
-rw-r--r--uisimulator/common/fmradio.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/uisimulator/common/fmradio.c b/uisimulator/common/fmradio.c
index 372fd10b38..63edd9dd23 100644
--- a/uisimulator/common/fmradio.c
+++ b/uisimulator/common/fmradio.c
@@ -30,6 +30,10 @@ static bool mono = false;
30static bool powered = false; 30static bool powered = false;
31#endif 31#endif
32 32
33void tuner_init(void)
34{
35}
36
33int tuner_set(int setting, int value) 37int tuner_set(int setting, int value)
34{ 38{
35 switch(setting) 39 switch(setting)