summaryrefslogtreecommitdiff
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);
37void ascodec_lock(void); 37void ascodec_lock(void);
38void ascodec_unlock(void); 38void ascodec_unlock(void);
39 39
40int ascodec_write(unsigned int index, unsigned int value); 40void ascodec_write(unsigned int index, unsigned int value);
41 41
42int ascodec_read(unsigned int index); 42int ascodec_read(unsigned int index);
43 43
44int ascodec_readbytes(unsigned int index, unsigned int len, unsigned char *data); 44void ascodec_readbytes(unsigned int index, unsigned int len, unsigned char *data);
45
46void ascodec_wait_adc_finished(void);
47 45
48#if CONFIG_CHARGING 46#if CONFIG_CHARGING
49bool ascodec_endofch(void); 47bool ascodec_endofch(void);