Skip to content

Commit

Permalink
fix(flex-stacker): reporting correct limit switch response (#486)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahiuchingau authored Nov 25, 2024
1 parent 23899b3 commit 1587809
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ class HostCommsTask {
tx_into, tx_limit, response.x_extend_triggered,
response.x_retract_triggered,
response.z_extend_triggered,
response.x_retract_triggered,
response.z_retract_triggered,
response.l_held_triggered);
}
},
Expand Down

0 comments on commit 1587809

Please sign in to comment.