Skip to content

Commit

Permalink
Revert "libbladeRF: update compatibility for FPGA v0.15.0 from libbla…
Browse files Browse the repository at this point in the history
…deRF 2.4.0 to 2.5.0"

This reverts commit 0c9b7df.
  • Loading branch information
rghilduta committed Feb 14, 2023
1 parent 82c5bfd commit 41ef634
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -35,7 +35,7 @@ const struct version_compat_table bladerf1_fw_compat_table = {fw_compat, ARRAY_S

static const struct compat fpga_compat[] = {
/* FPGA requires >= Firmware */
{ VERSION(0, 15, 0), VERSION(2, 5, 0) },
{ VERSION(0, 15, 0), VERSION(2, 4, 0) },
{ VERSION(0, 14, 0), VERSION(2, 4, 0) },
{ VERSION(0, 12, 0), VERSION(2, 2, 0) },
{ VERSION(0, 11, 1), VERSION(2, 1, 0) },
Expand Down
Expand Up @@ -27,7 +27,7 @@ const struct version_compat_table bladerf2_fw_compat_table = {fw_compat, ARRAY_S

static const struct compat fpga_compat[] = {
/* FPGA requires >= Firmware */
{ VERSION(0, 15, 0), VERSION(2, 5, 0) },
{ VERSION(0, 15, 0), VERSION(2, 4, 0) },
{ VERSION(0, 14, 0), VERSION(2, 4, 0) },
{ VERSION(0, 12, 0), VERSION(2, 2, 0) },
{ VERSION(0, 11, 1), VERSION(2, 1, 0) },
Expand Down

0 comments on commit 41ef634

Please sign in to comment.