diff options
Diffstat (limited to 'firmware/export/pcf50605.h')
-rw-r--r-- | firmware/export/pcf50605.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/pcf50605.h b/firmware/export/pcf50605.h index 4ea1379e4a..eeb09b4612 100644 --- a/firmware/export/pcf50605.h +++ b/firmware/export/pcf50605.h @@ -28,6 +28,7 @@ int pcf50605_write_multiple(int address, const unsigned char* buf, int count); int pcf50605_a2d_read(int channel); bool pcf50605_charger_inserted(void); void pcf50605_standby_mode(void); +void pcf50605_init(void); #endif #endif |