summaryrefslogtreecommitdiff
path: root/firmware/export/pcf50606.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/pcf50606.h')
-rw-r--r--firmware/export/pcf50606.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/pcf50606.h b/firmware/export/pcf50606.h
index f01df520cf..fab7e987d9 100644
--- a/firmware/export/pcf50606.h
+++ b/firmware/export/pcf50606.h
@@ -40,7 +40,7 @@ void pcf50606_i2c_outb(unsigned char byte);
40unsigned char pcf50606_i2c_inb(bool ack); 40unsigned char pcf50606_i2c_inb(bool ack);
41#endif 41#endif
42 42
43#if defined(IAUDIO_X5) && !defined(SIMULATOR) 43#if (defined(IAUDIO_X5) || defined(IAUDIO_M5)) && !defined (SIMULATOR)
44void pcf50606_reset_timeout(void); 44void pcf50606_reset_timeout(void);
45#endif 45#endif
46 46