Skip to content

Commit 41ef634

Browse files
committed
Revert "libbladeRF: update compatibility for FPGA v0.15.0 from libbladeRF 2.4.0 to 2.5.0"
This reverts commit 0c9b7df.
1 parent 82c5bfd commit 41ef634

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

host/libraries/libbladeRF/src/board/bladerf1/compatibility.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const struct version_compat_table bladerf1_fw_compat_table = {fw_compat, ARRAY_S
3535

3636
static const struct compat fpga_compat[] = {
3737
/* FPGA requires >= Firmware */
38-
{ VERSION(0, 15, 0), VERSION(2, 5, 0) },
38+
{ VERSION(0, 15, 0), VERSION(2, 4, 0) },
3939
{ VERSION(0, 14, 0), VERSION(2, 4, 0) },
4040
{ VERSION(0, 12, 0), VERSION(2, 2, 0) },
4141
{ VERSION(0, 11, 1), VERSION(2, 1, 0) },

host/libraries/libbladeRF/src/board/bladerf2/compatibility.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const struct version_compat_table bladerf2_fw_compat_table = {fw_compat, ARRAY_S
2727

2828
static const struct compat fpga_compat[] = {
2929
/* FPGA requires >= Firmware */
30-
{ VERSION(0, 15, 0), VERSION(2, 5, 0) },
30+
{ VERSION(0, 15, 0), VERSION(2, 4, 0) },
3131
{ VERSION(0, 14, 0), VERSION(2, 4, 0) },
3232
{ VERSION(0, 12, 0), VERSION(2, 2, 0) },
3333
{ VERSION(0, 11, 1), VERSION(2, 1, 0) },

0 commit comments

Comments
 (0)