From 510568395feef6ec2c68b65132ae35207c0f862d Mon Sep 17 00:00:00 2001 From: Jack Rubacha Date: Thu, 7 Nov 2024 21:24:40 -0500 Subject: [PATCH] format --- Core/Src/can_handler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/Src/can_handler.c b/Core/Src/can_handler.c index 12b5c6f..373c666 100644 --- a/Core/Src/can_handler.c +++ b/Core/Src/can_handler.c @@ -21,7 +21,7 @@ #define CAN_MSG_QUEUE_SIZE 25 /* messages */ static osMessageQueueId_t can_outbound_queue; -static uint32_t id_list[4] = { 0x000, 0x000, 0x000, 0x002 }; +static uint32_t id_list[4] = { 0x000, 0x000, 0x000, 0x002 }; extern CAN_HandleTypeDef hcan1;