We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da0f624 commit fe349baCopy full SHA for fe349ba
src/ODriveMCPCAN.hpp
@@ -38,7 +38,7 @@ static void pumpEvents(MCP2515Class& intf) {
38
//
39
// A 10ms delay was found to reduce the number of dropped messages, however a
40
// specific root cause has not been identified, and may be a quirk in the MCP2515.
41
- delay(10);
+ delay(10);
42
}
43
44
CREATE_CAN_INTF_WRAPPER(MCP2515Class)
0 commit comments