Skip to content

Commit

Permalink
debug update
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoegenburg committed Nov 14, 2023
1 parent e1627b2 commit daf6e2d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ class MotionControllerMessageHandler {
debounce_count = 0;
}
// Pull queue in via constructor?! Run by Seth
motion_client.send_motion_controller_queue(can::messages::DebounceMotorDriverError{});
motion_client.send_motion_controller_queue(can::messages::DebounceMotorDriverError{.message_index = m.message_index});
}

MotorControllerType& controller;
Expand Down

0 comments on commit daf6e2d

Please sign in to comment.