Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
jr1221 committed Nov 8, 2024
1 parent 3dec170 commit 5105683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/Src/can_handler.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 5105683

Please sign in to comment.