From f2043bc60bfe841bbb73b5f5dd38813592c9536b Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Thu, 14 Apr 2022 16:23:50 +0200 Subject: x300: Change order of GPIO banks FP0 is now listed first. This helps with determining a default GPIO bank. --- host/lib/usrp/x300/x300_radio_control.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/lib/usrp') diff --git a/host/lib/usrp/x300/x300_radio_control.cpp b/host/lib/usrp/x300/x300_radio_control.cpp index 6a851bc8f..1e9e1d5ab 100644 --- a/host/lib/usrp/x300/x300_radio_control.cpp +++ b/host/lib/usrp/x300/x300_radio_control.cpp @@ -913,7 +913,7 @@ public: /*** GPIO API ************************************************************/ std::vector get_gpio_banks() const override { - return {"RX", "TX", "FP0"}; + return {"FP0", "RX", "TX"}; } void set_gpio_attr( -- cgit v1.2.3