summaryrefslogtreecommitdiff
path: root/firmware/target/arm/as3525/fmradio-i2c-as3525.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/as3525/fmradio-i2c-as3525.c')
-rw-r--r--firmware/target/arm/as3525/fmradio-i2c-as3525.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/as3525/fmradio-i2c-as3525.c b/firmware/target/arm/as3525/fmradio-i2c-as3525.c
index 3da42e31b2..5d05956799 100644
--- a/firmware/target/arm/as3525/fmradio-i2c-as3525.c
+++ b/firmware/target/arm/as3525/fmradio-i2c-as3525.c
@@ -195,8 +195,8 @@ void tuner_isr(void)
195 /* read and clear the interrupt */ 195 /* read and clear the interrupt */
196 if (GPIOA_MIS & (1<<4)) { 196 if (GPIOA_MIS & (1<<4)) {
197 semaphore_release(&rds_sema); 197 semaphore_release(&rds_sema);
198 GPIOA_IC = (1<<4);
198 } 199 }
199 GPIOA_IC = (1<<4);
200} 200}
201 201
202/* Captures RDS data and processes it */ 202/* Captures RDS data and processes it */