diff options
Diffstat (limited to 'host/lib/usrp/x300')
-rw-r--r-- | host/lib/usrp/x300/x300_image_loader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/x300/x300_image_loader.cpp b/host/lib/usrp/x300/x300_image_loader.cpp index 28ea699f5..ccd3761df 100644 --- a/host/lib/usrp/x300/x300_image_loader.cpp +++ b/host/lib/usrp/x300/x300_image_loader.cpp @@ -35,7 +35,7 @@ using namespace uhd::transport; * Constants */ #define X300_FPGA_BIN_SIZE_BYTES 15877916 -#define X300_FPGA_BIT_SIZE_BYTES 15878032 +#define X300_FPGA_BIT_SIZE_BYTES 15878040 #define X300_FPGA_PROG_UDP_PORT 49157 #define X300_FLASH_SECTOR_SIZE 131072 #define X300_PACKET_SIZE_BYTES 256 |