diff options
author | Josh Blum <josh@joshknows.com> | 2010-03-01 17:38:21 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-03-01 17:38:21 -0800 |
commit | 4c296bd1f0e7769db69ca15bcc528802b06f752c (patch) | |
tree | 9dfeae340d0f7906ece043690445bc41b8772848 /usrp2/firmware/lib/db_dbsrx.c | |
parent | 752df2b84454756685dc2a05c232b59e3ebdaa2e (diff) |
set antenna defaults to 0
Diffstat (limited to 'usrp2/firmware/lib/db_dbsrx.c')
-rw-r--r-- | usrp2/firmware/lib/db_dbsrx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usrp2/firmware/lib/db_dbsrx.c b/usrp2/firmware/lib/db_dbsrx.c index 2174a6cd86..ce1300bf27 100644 --- a/usrp2/firmware/lib/db_dbsrx.c +++ b/usrp2/firmware/lib/db_dbsrx.c @@ -103,6 +103,7 @@ struct db_dbsrx db_dbsrx = { .common.d_adl = 0, .common.d_gc2 = 31, .common.d_diag = 0, + .base.set_antenna = 0, }; bool |