summaryrefslogtreecommitdiff
path: root/firmware/target/arm/ipod/1g2g
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/ipod/1g2g')
-rw-r--r--firmware/target/arm/ipod/1g2g/adc-ipod-1g2g.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/ipod/1g2g/adc-ipod-1g2g.c b/firmware/target/arm/ipod/1g2g/adc-ipod-1g2g.c
index f80412023d..564eb2e642 100644
--- a/firmware/target/arm/ipod/1g2g/adc-ipod-1g2g.c
+++ b/firmware/target/arm/ipod/1g2g/adc-ipod-1g2g.c
@@ -22,7 +22,7 @@
22#include "hwcompat.h" 22#include "hwcompat.h"
23#include "kernel.h" 23#include "kernel.h"
24 24
25static struct mutex adc_mtx NOCACHEBSS_ATTR; 25static struct mutex adc_mtx SHAREDBSS_ATTR;
26 26
27/* used in the 2nd gen ADC interrupt */ 27/* used in the 2nd gen ADC interrupt */
28static unsigned int_data; 28static unsigned int_data;