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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/firmware/export/pcf50605.h b/firmware/export/pcf50605.h
index eeb09b4612..eb899afc86 100644
--- a/firmware/export/pcf50605.h
+++ b/firmware/export/pcf50605.h
@@ -20,7 +20,6 @@
20#ifndef PCF50605_H 20#ifndef PCF50605_H
21#define PCF50605_H 21#define PCF50605_H
22 22
23#ifdef IPOD_ARCH
24int pcf50605_read(int address); 23int pcf50605_read(int address);
25int pcf50605_read_multiple(int address, unsigned char* buf, int count); 24int pcf50605_read_multiple(int address, unsigned char* buf, int count);
26int pcf50605_write(int address, unsigned char val); 25int pcf50605_write(int address, unsigned char val);
@@ -29,6 +28,5 @@ int pcf50605_a2d_read(int channel);
29bool pcf50605_charger_inserted(void); 28bool pcf50605_charger_inserted(void);
30void pcf50605_standby_mode(void); 29void pcf50605_standby_mode(void);
31void pcf50605_init(void); 30void pcf50605_init(void);
32#endif
33 31
34#endif 32#endif