summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/target/arm/as3525/ascodec-target.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/target/arm/as3525/ascodec-target.h b/firmware/target/arm/as3525/ascodec-target.h
index 46f6e11d4b..c31a1bab0c 100644
--- a/firmware/target/arm/as3525/ascodec-target.h
+++ b/firmware/target/arm/as3525/ascodec-target.h
@@ -27,6 +27,8 @@
27 27
28#include "as3514.h" 28#include "as3514.h"
29 29
30void ascodec_init(void);
31
30int ascodec_write(unsigned int index, unsigned int value); 32int ascodec_write(unsigned int index, unsigned int value);
31 33
32int ascodec_read(unsigned int index); 34int ascodec_read(unsigned int index);