aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/fx2/usrp1/board_specific.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/fx2/usrp1/board_specific.c')
-rw-r--r--firmware/fx2/usrp1/board_specific.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/fx2/usrp1/board_specific.c b/firmware/fx2/usrp1/board_specific.c
index ef0081d84..92fc28f94 100644
--- a/firmware/fx2/usrp1/board_specific.c
+++ b/firmware/fx2/usrp1/board_specific.c
@@ -64,7 +64,7 @@ set_sleep_bits (unsigned char bits, unsigned char mask)
// NOP on usrp1
}
-static xdata unsigned char xbuf[1];
+static __xdata unsigned char xbuf[1];
void
write_9862 (unsigned char which, unsigned char regno, unsigned char value)