From 4a7b426bbc75c9c0aee0812a4e1339acc62db700 Mon Sep 17 00:00:00 2001 From: "@CarlWachter" Date: Wed, 3 Jan 2024 11:07:45 +0100 Subject: [PATCH] README defines --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a431ff..069474b 100644 --- a/README.md +++ b/README.md @@ -48,11 +48,12 @@ In order to use TACOS, you need to provide a configuration file in the path `sta #define STA_RTOS_SYSTEM_EVENTS_ENABLE // #define STA_RTOS_SYSTEM_WATCHDOG_ENABLE // #define STA_RTOS_WATCHDOG_ENABLE -// #define STA_RTOS_CAN_BUS_ENABLE // Settings for the CAN bus #define STA_RTOS_CAN_BUS_ENABLE #define STA_RTOS_CAN_BUS_QUEUE_LENGTH 5 +#define STA_RTOS_CAN_BUS_MAX_FILTER 14 +#define STA_RTOS_CAN_BUS_MAX_PAYLOAD_SIZE 8 // Uses the default configuration for TACOS. #include