diff options
author | Josh Blum <josh@joshknows.com> | 2012-07-19 13:24:42 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2012-07-19 13:24:42 -0700 |
commit | 9d0ce59f3c3be59165e348c3a9d4bc3429821dcc (patch) | |
tree | b232948abef1bbf9b1a53b068f95d1226b7d0563 /firmware/fx2/b100/usrp_main.c | |
parent | 1a22d8adc672dff633b5ea1d7b62dc3d6857c1cb (diff) | |
download | uhd-9d0ce59f3c3be59165e348c3a9d4bc3429821dcc.tar.gz uhd-9d0ce59f3c3be59165e348c3a9d4bc3429821dcc.tar.bz2 uhd-9d0ce59f3c3be59165e348c3a9d4bc3429821dcc.zip |
b100: firmware updates for next branch compatability
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 74427b7d2..f79d3d111 100644 --- a/firmware/fx2/b100/usrp_main.c +++ b/firmware/fx2/b100/usrp_main.c @@ -124,7 +124,7 @@ app_vendor_cmd (void) case VRQ_FW_COMPAT: EP0BCH = 0; - EP0BCL = 3; + EP0BCL = 4; break; default: |