Hey guys,

Was reading through CC1000ControlP.nc came accross CC1000Control.init()
Found:
   // select Manchester Violation for CHP_OUT
   call CC.write(CC1K_LOCK_SELECT, 9 << CC1K_LOCK_SELECT);
Should not this be:
   // select Manchester Violation for CHP_OUT
   call CC.write(CC1K_LOCK, 9 << CC1K_LOCK_SELECT);

???

M. Aslan
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to