From f468ae38ae5b55d461c23fcdaca73d77df8261ef Mon Sep 17 00:00:00 2001 From: Daniel Date: Sun, 3 Nov 2024 22:11:02 -0500 Subject: [PATCH] Remove Can List Attributes --- platforms/stm32f405/include/can.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/platforms/stm32f405/include/can.h b/platforms/stm32f405/include/can.h index 501066c..2fdc1d5 100644 --- a/platforms/stm32f405/include/can.h +++ b/platforms/stm32f405/include/can.h @@ -15,8 +15,6 @@ typedef struct { CAN_HandleTypeDef *hcan; - const uint32_t *id_list; - uint8_t id_list_len; } can_t; typedef struct {