added in mux for DACs
[debian/gnuradio] / usrp2 / firmware / lib / memory_map.h
index a7d38a15c331f8181ed8cc73a2d2f75cf14e80c9..740bf47faee8835fcb9aadfd9793329bbb8958c8 100644 (file)
@@ -407,11 +407,12 @@ typedef struct {
    *   1   DUC 0 Q
    *   2   DUC 1 I
    *   3   DUC 1 Q
-   *
+   *   F   All Zeros
+   *   
    * The default value is 0x10
    * </pre>
    */
-  //volatile uint32_t  tx_mux;         // FIXME this register is currently unimplemented
+  volatile uint32_t    tx_mux;         // FIXME this register is currently unimplemented
 
 } dsp_tx_regs_t;