summaryrefslogtreecommitdiff
path: root/firmware/export/pcf50605.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/pcf50605.h')
-rw-r--r--firmware/export/pcf50605.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/pcf50605.h b/firmware/export/pcf50605.h
index fc52b98e99..8da64f3325 100644
--- a/firmware/export/pcf50605.h
+++ b/firmware/export/pcf50605.h
@@ -26,6 +26,7 @@ void pcf50605_read_multiple(int address, unsigned char* buf, int count);
26int pcf50605_write(int address, unsigned char val); 26int pcf50605_write(int address, unsigned char val);
27int pcf50605_write_multiple(int address, const unsigned char* buf, int count); 27int pcf50605_write_multiple(int address, const unsigned char* buf, int count);
28int pcf50605_battery_read(void); 28int pcf50605_battery_read(void);
29void pcf50605_standby_mode(void);
29#endif 30#endif
30 31
31#endif 32#endif