aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/b200
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2016-11-23 11:52:32 -0800
committerMartin Braun <martin.braun@ettus.com>2016-11-28 12:17:12 -0800
commit33c0b32db12ee154b1090360fbf76634590fdd3e (patch)
tree1b55e6ca5ea2d08cb5cb2057b900e1bc43a95618 /host/lib/usrp/b200
parentda2c235bdaddd1f4aa576f08d9ab8e47a25e03e5 (diff)
downloaduhd-33c0b32db12ee154b1090360fbf76634590fdd3e.tar.gz
uhd-33c0b32db12ee154b1090360fbf76634590fdd3e.tar.bz2
uhd-33c0b32db12ee154b1090360fbf76634590fdd3e.zip
lib: Removed more superfluous variables
Diffstat (limited to 'host/lib/usrp/b200')
-rw-r--r--host/lib/usrp/b200/b200_iface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/b200/b200_iface.cpp b/host/lib/usrp/b200/b200_iface.cpp
index 4e6dd2144..6f9bdd330 100644
--- a/host/lib/usrp/b200/b200_iface.cpp
+++ b/host/lib/usrp/b200/b200_iface.cpp
@@ -59,7 +59,7 @@ const static uint8_t B200_VREQ_SET_FW_HASH = 0x1E;
const static uint8_t B200_VREQ_GET_FW_HASH = 0x1F;
const static uint8_t B200_VREQ_LOOP = 0x22;
const static uint8_t B200_VREQ_FPGA_CONFIG = 0x55;
-const static uint8_t B200_VREQ_FPGA_RESET = 0x62;
+//const static uint8_t B200_VREQ_FPGA_RESET = 0x62;
const static uint8_t B200_VREQ_GPIF_RESET = 0x72;
const static uint8_t B200_VREQ_GET_USB = 0x80;
const static uint8_t B200_VREQ_GET_STATUS = 0x83;