From 5e4dfe9df8e5ef4fb6c692c210eafb713cb41985 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 27 Aug 2024 14:35:42 +0000 Subject: [PATCH] autosync --- odrive_base/include/can_helpers.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odrive_base/include/can_helpers.hpp b/odrive_base/include/can_helpers.hpp index b39712a..b65c909 100644 --- a/odrive_base/include/can_helpers.hpp +++ b/odrive_base/include/can_helpers.hpp @@ -1,7 +1,7 @@ #pragma once -#include #include +#include template T can_get_signal_raw(const uint8_t* buf, const size_t startBit, const size_t length, const bool isIntel) {