summaryrefslogtreecommitdiffstats
path: root/firmware/export/uda1380.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/uda1380.h')
-rw-r--r--firmware/export/uda1380.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/uda1380.h b/firmware/export/uda1380.h
index 6858f51e3c..e9292cf466 100644
--- a/firmware/export/uda1380.h
+++ b/firmware/export/uda1380.h
@@ -59,7 +59,7 @@ extern void audiohw_set_mixer_vol(int channel1, int channel2);
/* REG_I2S: I2S settings */
-#define REG_I2S 0x01
+#define REG_I2S 0x01
#define I2S_IFMT_IIS (0 << 8)
#define I2S_IFMT_LSB16 (1 << 8)
#define I2S_IFMT_LSB18 (2 << 8)