diff options
| author | Josh Blum <josh@joshknows.com> | 2012-01-12 20:05:38 -0800 | 
|---|---|---|
| committer | Josh Blum <josh@joshknows.com> | 2012-02-01 10:05:52 -0800 | 
| commit | a0887f3bd37e840f5b8ccb894478213e5eae7ed1 (patch) | |
| tree | 8ec594db26ef3d48a7526d33c64e4a9dd7a09743 /firmware/fx2/b100/usrp_main.c | |
| parent | be14ffa819f2c88d24903d01a32eb85afc182a7d (diff) | |
| download | uhd-a0887f3bd37e840f5b8ccb894478213e5eae7ed1.tar.gz uhd-a0887f3bd37e840f5b8ccb894478213e5eae7ed1.tar.bz2 uhd-a0887f3bd37e840f5b8ccb894478213e5eae7ed1.zip  | |
b100: bump compat numbers for slave fifo mode
Conflicts:
	host/lib/usrp/b100/b100_impl.hpp
Diffstat (limited to 'firmware/fx2/b100/usrp_main.c')
| -rw-r--r-- | firmware/fx2/b100/usrp_main.c | 2 | 
1 files changed, 1 insertions, 1 deletions
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:  | 
