nasa-jpl / fastcat

C++ EtherCAT Device Command & Control Library
Other
42 stars 11 forks source link

Fixes indexing issue when processing SDO responses #131

Closed d-loret closed 10 months ago

d-loret commented 10 months ago

Fixes indexing issue when processing SDO responses in Fastcat's manager.

Original code could not reach the last slave because the iteration loop did not consider index zero corresponds to the master.