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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/ascodec.h b/firmware/export/ascodec.h
index c2ff3c8242..b9c58c08ba 100644
--- a/firmware/export/ascodec.h
+++ b/firmware/export/ascodec.h
@@ -43,6 +43,8 @@ int ascodec_read(unsigned int index);
43 43
44void ascodec_readbytes(unsigned int index, unsigned int len, unsigned char *data); 44void ascodec_readbytes(unsigned int index, unsigned int len, unsigned char *data);
45 45
46void ascodec_wait_adc_finished(void);
47
46#if CONFIG_CHARGING 48#if CONFIG_CHARGING
47bool ascodec_endofch(void); 49bool ascodec_endofch(void);
48bool ascodec_chg_status(void); 50bool ascodec_chg_status(void);