From d52e4523d8ded0b55a266c4e6acf04a946d6b3ea Mon Sep 17 00:00:00 2001 From: carlwachter Date: Wed, 22 May 2024 13:32:17 +0000 Subject: [PATCH] Changed name of CAN define in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 97ea1a7..5fec4c4 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ To enable the CAN Bus two things need to be done: 1. Enable CAN in the IOC with the RX0 and RX1 Interrupts enabled. 2. Add the following code to the `sta/config.hpp` file: ``` -#define STA_CAN_BUS_ENABLE +#define STA_TACOS_CAN_BUS_ENABLE ``` PS: For not officially supported chips add this: ```