summaryrefslogtreecommitdiff
path: root/firmware/target/arm/as3525/ascodec-as3525.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/as3525/ascodec-as3525.c')
-rw-r--r--firmware/target/arm/as3525/ascodec-as3525.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/as3525/ascodec-as3525.c b/firmware/target/arm/as3525/ascodec-as3525.c
index ad85f0c186..3019ffdd15 100644
--- a/firmware/target/arm/as3525/ascodec-as3525.c
+++ b/firmware/target/arm/as3525/ascodec-as3525.c
@@ -63,7 +63,7 @@
63#define I2C2_INT_CLR *((volatile unsigned int *)(I2C_AUDIO_BASE + 0x40)) 63#define I2C2_INT_CLR *((volatile unsigned int *)(I2C_AUDIO_BASE + 0x40))
64#define I2C2_SADDR *((volatile unsigned int *)(I2C_AUDIO_BASE + 0x44)) 64#define I2C2_SADDR *((volatile unsigned int *)(I2C_AUDIO_BASE + 0x44))
65 65
66static struct mutex as_mtx SHAREDBSS_ATTR; 66static struct mutex as_mtx;
67 67
68void i2c_init(void) 68void i2c_init(void)
69{ 69{