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 {