summaryrefslogtreecommitdiffstats
path: root/firmware/export/ascodec.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/ascodec.h')
-rw-r--r--firmware/export/ascodec.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/firmware/export/ascodec.h b/firmware/export/ascodec.h
index 8697adb00d..c2ff3c8242 100644
--- a/firmware/export/ascodec.h
+++ b/firmware/export/ascodec.h
@@ -37,13 +37,11 @@ void ascodec_close(void);
void ascodec_lock(void);
void ascodec_unlock(void);
-int ascodec_write(unsigned int index, unsigned int value);
+void ascodec_write(unsigned int index, unsigned int value);
int ascodec_read(unsigned int index);
-int ascodec_readbytes(unsigned int index, unsigned int len, unsigned char *data);
-
-void ascodec_wait_adc_finished(void);
+void ascodec_readbytes(unsigned int index, unsigned int len, unsigned char *data);
#if CONFIG_CHARGING
bool ascodec_endofch(void);