Changeset 8337
- Timestamp:
- 05/08/08 20:17:11
- Files:
-
- usrp2/trunk/firmware/lib/db_rfx.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
usrp2/trunk/firmware/lib/db_rfx.c
r8335 r8337 91 91 * The class instances 92 92 */ 93 struct db_rfx_400_rx rfx_400_rx = {93 struct db_rfx_400_rx db_rfx_400_rx = { 94 94 .base.dbid = 0x0004, 95 95 .base.output_enables = 0x00E0, … … 122 122 123 123 124 struct db_rfx_400_tx rfx_400_tx = {124 struct db_rfx_400_tx db_rfx_400_tx = { 125 125 .base.dbid = 0x0008, 126 126 .base.output_enables = 0x00E0,
