Commit 68919de2 authored by Claes Sjofors's avatar Claes Sjofors

Alignment error in point buffer

parent 2fb72852
......@@ -935,8 +935,8 @@ struct pwr_s_PlcConnection {
pwr_tUInt32 dest_point pwr_dAlignW;
pwr_tObjid dest_oid pwr_dAlignW;
pwr_tUInt32 point_count pwr_dAlignW;
pwr_sPoint point[PWR_BREAKPOINTS_MAX] pwr_dAlignW;
pwr_tObjid woid pwr_dAlignW;
pwr_sPoint point[PWR_BREAKPOINTS_MAX] pwr_dAlignLW;
pwr_tObjid woid pwr_dAlignLW;
};
struct pwr_s_GraphPlcProgram {
......
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