summaryrefslogtreecommitdiff
path: root/uisimulator/common/fmradio.c
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator/common/fmradio.c')
-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)