Commit bb9aecbb authored by Omar Gabella's avatar Omar Gabella

bug correction

parent 571388cf
......@@ -37,7 +37,7 @@ int wr_calibration(struct pp_instance *ppi, unsigned char *pkt, int plen)
__pp_timeout_set(ppi, PP_TO_EXT_0, wrp->calPeriod);
//#ifndef BROADCAST
// Don't send CALIBRATE message, the master don't care about it if broadcast
// msg_issue_wrsig(ppi, CALIBRATE);
msg_issue_wrsig(ppi, CALIBRATE);
//#endif
wrp->wrPortState = WR_PORT_CALIBRATION_0;
if (wrp->calibrated)
......@@ -172,7 +172,7 @@ int wr_calibration(struct pp_instance *ppi, unsigned char *pkt, int plen)
//#ifndef BROADCAST
// Don't send CALIBRATED message, the master don't care about it if broadcast
// msg_issue_wrsig(ppi, CALIBRATED);
msg_issue_wrsig(ppi, CALIBRATED);
//#endif
ppi->next_state = WRS_CALIBRATED;
wrp->calibrated = TRUE;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment