From 347ef980fd991fc14332054d30169b0e03d6298b Mon Sep 17 00:00:00 2001 From: Madeleine Lee Date: Fri, 17 Nov 2023 14:27:58 +0000 Subject: [PATCH] Updated NUM_CAN_IDS to MAX_CAN_ID in the CANId enum. --- Drivers/Inc/CANbus.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Drivers/Inc/CANbus.h b/Drivers/Inc/CANbus.h index 343b92413..46e8b8447 100644 --- a/Drivers/Inc/CANbus.h +++ b/Drivers/Inc/CANbus.h @@ -47,7 +47,7 @@ typedef enum { ARRAY_CONTACTOR_STATE_CHANGE = 0x24F, CONTROL_MODE = 0x580, IO_STATE = 0x581, - NUM_CAN_IDS + MAX_CAN_ID } CANId_t; /**