2ee7eac59d
works on all major platforms (Linux, Windows, and Mac); and can be built with GCC, Clang, and MSVC compilers. The goal of UHD is to provide a host driver and API for current and future Ettus Research products. Users will be able to use the UHD driver standalone or with third-party applications such as: GNU Radio LabVIEW Simulink OpenBTS Submitted by: adrian@ Reviewed by: db@
11 lines
359 B
C
11 lines
359 B
C
--- firmware/fx2/usrp1/board_specific.c.orig 2012-10-10 13:25:42.000000000 -0500
|
|
+++ firmware/fx2/usrp1/board_specific.c 2012-10-10 13:25:51.000000000 -0500
|
|
@@ -64,7 +64,7 @@
|
|
// 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)
|