From fe349ba514cc96f02c3531d029b2c6a261ce379e Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 23 Jan 2025 18:55:06 +0000 Subject: [PATCH] autosync --- src/ODriveMCPCAN.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ODriveMCPCAN.hpp b/src/ODriveMCPCAN.hpp index 8b0ad4f..287c989 100644 --- a/src/ODriveMCPCAN.hpp +++ b/src/ODriveMCPCAN.hpp @@ -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)