From fa54398f609a4178cada51179e84836e55287ce4 Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 23 Jan 2025 14:34:17 -0500 Subject: [PATCH] Change CAN ID to 0x4A1 --- Core/Inc/control.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/Inc/control.h b/Core/Inc/control.h index 0ae0eb6..ad0ff9a 100644 --- a/Core/Inc/control.h +++ b/Core/Inc/control.h @@ -4,7 +4,7 @@ #include "pdu.h" #include "can.h" -#define CONTROL_CANID_FANBATTBOX 0xFAC +#define CONTROL_CANID_FANBATTBOX 0x4A1 extern osThreadId_t control_handle; extern const osThreadAttr_t control_attributes;