X-Git-Url: http://git.rot13.org/?p=fx2fw-sdcc;a=blobdiff_plain;f=eeprom.h;fp=eeprom.h;h=c5ab97e5690e6a59381d5dac60a3bb862b2980c1;hp=3358e139cb6f9b72331dbf1c9b0a7fa8e4976288;hb=74dd99e461e1c4065a3e53b8e41797caedfa4e87;hpb=bfdb50c8dfa96ad8a804b152c92c5a5880c8bdb7 diff --git a/eeprom.h b/eeprom.h index 3358e13..c5ab97e 100644 --- a/eeprom.h +++ b/eeprom.h @@ -19,7 +19,7 @@ #ifndef _EEPROM_H #define _EEPROM_H 1 -extern xdata unsigned char eeprom[128]; +extern __xdata unsigned char eeprom[128]; extern void eeprom_init(void); #endif /* _EEPROM_H */