Commit 5f68aa48 authored by Maciej Lipinski's avatar Maciej Lipinski Committed by Adam Wujek

fix of calibrate length

parent dbfc40bb
...@@ -160,7 +160,7 @@ int msg_pack_wrsig(struct pp_instance *ppi, Enumeration16 wr_msg_id) ...@@ -160,7 +160,7 @@ int msg_pack_wrsig(struct pp_instance *ppi, Enumeration16 wr_msg_id)
(WR_DSPOR(ppi)->calRetry << 8 | 0x0001)); (WR_DSPOR(ppi)->calRetry << 8 | 0x0001));
} }
put_be32(buf+58, WR_DSPOR(ppi)->calPeriod); put_be32(buf+58, WR_DSPOR(ppi)->calPeriod);
len = 20; len = 14;
break; break;
case CALIBRATED: /* new fsm */ case CALIBRATED: /* new fsm */
......
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