Skip to content

Commit fe349ba

Browse files
committed
autosync
1 parent da0f624 commit fe349ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ODriveMCPCAN.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ static void pumpEvents(MCP2515Class& intf) {
3838
//
3939
// A 10ms delay was found to reduce the number of dropped messages, however a
4040
// specific root cause has not been identified, and may be a quirk in the MCP2515.
41-
delay(10);
41+
delay(10);
4242
}
4343

4444
CREATE_CAN_INTF_WRAPPER(MCP2515Class)

0 commit comments

Comments
 (0)