Author: eb Date: 2008-01-03 23:59:14 -0700 (Thu, 03 Jan 2008) New Revision: 7338
Modified: usrp2/branches/developers/eb/u2/firmware/lib/u2_init.c Log: default clocking now LOCK_NONE Modified: usrp2/branches/developers/eb/u2/firmware/lib/u2_init.c =================================================================== --- usrp2/branches/developers/eb/u2/firmware/lib/u2_init.c 2008-01-04 06:58:36 UTC (rev 7337) +++ usrp2/branches/developers/eb/u2/firmware/lib/u2_init.c 2008-01-04 06:59:14 UTC (rev 7338) @@ -63,8 +63,8 @@ // Reg 7, Loss of reference detect, doesn't work yet, 0 #define LOCK_TO_EXT_REF 0 -#define LOCK_TO_MIMO_REF 1 -#define LOCK_NONE 0 +#define LOCK_TO_MIMO_REF 0 +#define LOCK_NONE 1 #define THEY_LOCK_TO_ME 0 volatile int *pps_ctrl = 0xF800; _______________________________________________ Commit-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/commit-gnuradio
