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
399 B
C
11 lines
399 B
C
--- firmware/fx2/common/eeprom_init.c.orig 2012-07-30 14:09:48.000000000 -0500
|
|
+++ firmware/fx2/common/eeprom_init.c 2012-10-07 20:10:02.000000000 -0500
|
|
@@ -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
|