summaryrefslogtreecommitdiff
path: root/firmware/drivers/fmradio.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/fmradio.c')
-rw-r--r--firmware/drivers/fmradio.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/firmware/drivers/fmradio.c b/firmware/drivers/fmradio.c
index a0394b2a57..b7b245e0ce 100644
--- a/firmware/drivers/fmradio.c
+++ b/firmware/drivers/fmradio.c
@@ -46,7 +46,6 @@
46/* delay loop */ 46/* delay loop */
47#define DELAY do { int _x; for(_x=0;_x<10;_x++);} while (0) 47#define DELAY do { int _x; for(_x=0;_x<10;_x++);} while (0)
48 48
49static int fmstatus = 0;
50 49
51int fmradio_read(int addr) 50int fmradio_read(int addr)
52{ 51{
@@ -116,14 +115,4 @@ void fmradio_set(int addr, int data)
116 CE_LO; 115 CE_LO;
117} 116}
118 117
119void fmradio_set_status(int status)
120{
121 fmstatus = status;
122}
123
124int fmradio_get_status(void)
125{
126 return fmstatus;
127}
128
129#endif 118#endif