diff options
author | JohnOrlando <john@epiq-solutions.com> | 2010-05-17 16:15:49 -0500 |
---|---|---|
committer | JohnOrlando <john@epiq-solutions.com> | 2010-05-17 16:15:49 -0500 |
commit | 22a3ed8955a9d40796d58e83993b5f56f117a27a (patch) | |
tree | 75d0fc204ba9692b8a6396d6fd9c94765df5d2ec /usrp2/firmware/lib/db_init.c | |
parent | 7dba4b4a3cf9b2f0fab397494d84c948a3bf85d1 (diff) |
-Updated to allow BURX support to be built into standard txrx.bin
image
-Also corrected db_bitshark_rx.c to the current version (previous
git push error) that includes the needed delays after I2C commands
Diffstat (limited to 'usrp2/firmware/lib/db_init.c')
-rw-r--r-- | usrp2/firmware/lib/db_init.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usrp2/firmware/lib/db_init.c b/usrp2/firmware/lib/db_init.c index bc82946fc7..d58badc9e5 100644 --- a/usrp2/firmware/lib/db_init.c +++ b/usrp2/firmware/lib/db_init.c @@ -51,6 +51,7 @@ extern struct db_base db_tvrx1; extern struct db_base db_tvrx2; extern struct db_base db_tvrx3; extern struct db_base db_dbsrx; +extern struct db_base db_bitshark_rx; struct db_base *all_dboards[] = { &db_basic_tx, @@ -73,6 +74,7 @@ struct db_base *all_dboards[] = { #endif &db_tvrx3, &db_dbsrx, + &db_bitshark_rx, 0 }; |