From a0887f3bd37e840f5b8ccb894478213e5eae7ed1 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Thu, 12 Jan 2012 20:05:38 -0800 Subject: b100: bump compat numbers for slave fifo mode Conflicts: host/lib/usrp/b100/b100_impl.hpp --- firmware/fx2/b100/usrp_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/fx2/b100/usrp_main.c') diff --git a/firmware/fx2/b100/usrp_main.c b/firmware/fx2/b100/usrp_main.c index 45fa60ae9..fdc4fce48 100644 --- a/firmware/fx2/b100/usrp_main.c +++ b/firmware/fx2/b100/usrp_main.c @@ -111,7 +111,7 @@ app_vendor_cmd (void) case VRQ_FW_COMPAT: EP0BCH = 0; - EP0BCL = 2; + EP0BCL = 3; break; default: -- cgit v1.2.3