Skip to content

Commit eea547d

Browse files
author
Jon Szymaniak
committed
nios: Updated FPGA version to reflect tuning fixes
1 parent d0f8af8 commit eea547d

File tree

1 file changed

+1
-1
lines changed
  • hdl/fpga/ip/altera/nios_system/software/bladeRF_nios/src

1 file changed

+1
-1
lines changed

hdl/fpga/ip/altera/nios_system/software/bladeRF_nios/src/fpga_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#define FPGA_VERSION_ID 0x7777
99
#define FPGA_VERSION_MAJOR 0
1010
#define FPGA_VERSION_MINOR 3
11-
#define FPGA_VERSION_PATCH 4
11+
#define FPGA_VERSION_PATCH 5
1212
#define FPGA_VERSION ((uint32_t)( FPGA_VERSION_MAJOR | \
1313
(FPGA_VERSION_MINOR << 8) | \
1414
(FPGA_VERSION_PATCH << 16) ) )

0 commit comments

Comments
 (0)