Author: eb Date: 2008-02-13 19:13:11 -0700 (Wed, 13 Feb 2008) New Revision: 7670
Modified: usrp2/trunk/firmware/lib/memory_map.h Log: formatting Modified: usrp2/trunk/firmware/lib/memory_map.h =================================================================== --- usrp2/trunk/firmware/lib/memory_map.h 2008-02-14 02:06:28 UTC (rev 7669) +++ usrp2/trunk/firmware/lib/memory_map.h 2008-02-14 02:13:11 UTC (rev 7670) @@ -385,7 +385,8 @@ #define dsp_rx_regs ((dsp_rx_regs_t *) DSP_RX_BASE) #define MK_RX_CMD(num_lines, lines_per_frame, now, chain) \ - (((num_lines) << 9) | ((lines_per_frame) & 0x1ff) | (((now) & 0x1) << 31) | (((chain) & 0x1) << 30)) + (((num_lines) << 9) | ((lines_per_frame) & 0x1ff) \ + | (((now) & 0x1) << 31) | (((chain) & 0x1) << 30)) /* * --- ethernet tx protocol engine regs (write only) --- _______________________________________________ Commit-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/commit-gnuradio
