aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/fx2/b100/eeprom_io.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/fx2/b100/eeprom_io.h')
-rw-r--r--firmware/fx2/b100/eeprom_io.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/fx2/b100/eeprom_io.h b/firmware/fx2/b100/eeprom_io.h
index 558017b12..d1c4ee6ac 100644
--- a/firmware/fx2/b100/eeprom_io.h
+++ b/firmware/fx2/b100/eeprom_io.h
@@ -27,12 +27,12 @@
// returns non-zero if successful, else 0
unsigned char
eeprom_read (unsigned char i2c_addr, unsigned char eeprom_offset,
- xdata unsigned char *buf, unsigned char len);
+ __xdata unsigned char *buf, unsigned char len);
// returns non-zero if successful, else 0
unsigned char
eeprom_write (unsigned char i2c_addr, unsigned char eeprom_offset,
- const xdata unsigned char *buf, unsigned char len);
+ const __xdata unsigned char *buf, unsigned char len);
#endif /* INCLUDED_EEPROM_IO_H */