summaryrefslogtreecommitdiff
path: root/firmware/target/arm/ascodec-target.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/ascodec-target.h')
-rw-r--r--firmware/target/arm/ascodec-target.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/ascodec-target.h b/firmware/target/arm/ascodec-target.h
index e26afa840c..d3a0bc4b7d 100644
--- a/firmware/target/arm/ascodec-target.h
+++ b/firmware/target/arm/ascodec-target.h
@@ -59,7 +59,7 @@ static inline void ascodec_unlock(void)
59 i2c_unlock(); 59 i2c_unlock();
60} 60}
61 61
62extern void ascodec_supressor_on(bool on); 62extern void ascodec_suppressor_on(bool on);
63 63
64#endif /* CPU_PP */ 64#endif /* CPU_PP */
65 65