Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoegenburg committed Nov 13, 2023
1 parent 3c8cdd4 commit f93f13e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ class MotionControllerMessageHandler {
CanClient& can_client;
UsageClient& usage_client;
DriverClient& driver_client;
std::atomic<uint8_t> diag0_debounce_count = 0;
std::atomic<uint16_t> diag0_debounce_count = 0;
};

/**
Expand Down

0 comments on commit f93f13e

Please sign in to comment.