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
464 B
C
11 lines
464 B
C
--- firmware/fx2/common/fpga_load.h.orig 2012-07-30 14:09:48.000000000 -0500
|
|
+++ firmware/fx2/common/fpga_load.h 2012-10-07 19:38:19.000000000 -0500
|
|
@@ -22,7 +22,7 @@
|
|
#define INCLUDED_FPGA_LOAD_H
|
|
|
|
unsigned char fpga_load_begin (void);
|
|
-unsigned char fpga_load_xfer (xdata unsigned char *p, unsigned char len);
|
|
+unsigned char fpga_load_xfer (__xdata unsigned char *p, unsigned char len);
|
|
unsigned char fpga_load_end (void);
|
|
|
|
#endif /* INCLUDED_FPGA_LOAD_H */
|