diff options
Diffstat (limited to 'firmware/fx2/common/eeprom_init.c')
-rw-r--r-- | firmware/fx2/common/eeprom_init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/fx2/common/eeprom_init.c b/firmware/fx2/common/eeprom_init.c index 07902dcca..e30ba144e 100644 --- a/firmware/fx2/common/eeprom_init.c +++ b/firmware/fx2/common/eeprom_init.c @@ -28,7 +28,7 @@ * into hash1. */ #define USRP_HASH_SIZE 16 -xdata at USRP_HASH_SLOT_0_ADDR unsigned char hash0[USRP_HASH_SIZE]; +__xdata __at USRP_HASH_SLOT_0_ADDR unsigned char hash0[USRP_HASH_SIZE]; #define REG_RX_PWR_DN 1 |