aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/fx2/b100/fpga_rev2.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/fx2/b100/fpga_rev2.c')
-rw-r--r--firmware/fx2/b100/fpga_rev2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/fx2/b100/fpga_rev2.c b/firmware/fx2/b100/fpga_rev2.c
index 326a01732..6ceccabd7 100644
--- a/firmware/fx2/b100/fpga_rev2.c
+++ b/firmware/fx2/b100/fpga_rev2.c
@@ -29,13 +29,13 @@ unsigned char g_tx_reset = 0;
unsigned char g_rx_reset = 0;
void
-fpga_write_reg (unsigned char regno, const xdata unsigned char *regval)
+fpga_write_reg (unsigned char regno, const __xdata unsigned char *regval)
{
//nop
}
-static xdata unsigned char regval[4] = {0, 0, 0, 0};
+static __xdata unsigned char regval[4] = {0, 0, 0, 0};
// Resets both AD9862's and the FPGA serial bus interface.