freebsd-ports/comms/usrp/files/patch-firmware_fx2_usrp1_board_specific.c
Diane Bruce 2ee7eac59d UHD is the "Universal Software Radio Peripheral" (USRP) Hardware Driver. It
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@
2012-12-09 19:43:02 +00:00

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)