Skip to content

Commit

Permalink
autosync
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 23, 2025
1 parent da0f624 commit fe349ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ODriveMCPCAN.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ static void pumpEvents(MCP2515Class& intf) {
//
// A 10ms delay was found to reduce the number of dropped messages, however a
// specific root cause has not been identified, and may be a quirk in the MCP2515.
delay(10);
delay(10);
}

CREATE_CAN_INTF_WRAPPER(MCP2515Class)

0 comments on commit fe349ba

Please sign in to comment.