Pascal Quantin
changed
bug 8505
Comment # 32
on bug 8505
from Pascal Quantin
By accident I also spotted what seems to be a copy/paste error.
Shouldn't the hunk:
+ prefs_register_bool_preference(opensafety_module,
"network_udp_frame_first_sercosiii",
+ "openSAFETY frame 2 before frame 1 (SercosIII/UDP only)",
+ "In an SercosIII/UDP transport stream, openSAFETY frame 2 will
be expected before frame 1",
+ &global_udp_frame2_first );
be:
+ prefs_register_bool_preference(opensafety_module,
"network_udp_frame_first_sercosiii",
+ "openSAFETY frame 2 before frame 1 (SercosIII/UDP only)",
+ "In an SercosIII/UDP transport stream, openSAFETY frame 2 will
be expected before frame 1",
+ &global_siii_udp_frame2_first );
?
You are receiving this mail because:
- You are watching all bug changes.