From ca5a09cdf2d310ffeacd651fc3affd25546c1408 Mon Sep 17 00:00:00 2001 From: Piotr Zdolski Date: Thu, 19 Oct 2023 11:56:45 +0200 Subject: [PATCH] fix typo in directory name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 70da706..12b416a 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ To get a good grasp of CANOpenNode Stack and CANOpenNodeSTM32 stack, you can ref - Configure CAN/FDCAN to your desired bitrate and map it to relevant tx/rx pins - Make sure yo activate Auto Bus recovery (bxCAN) / protocol exception handling (FDCAN) - Activate the RX and TX interrupt on the CAN peripheral - Enable a timer for a 1ms overflow interrupt and activate interrupt for that timer -- Copy or clone `CANopenNode` and `CANopenNodeSTM32` into your project directory +- Copy or clone `CANopenNode` and `CANopenNode_STM32` into your project directory - Add `CANopenNode` and `CANopenNodeSTM32` to Source locations in `Project Properties -> C/C++ General -> Paths and Symbols -> Source Locations` - add an exclusion filter for `example/` folder for `CANopenNode` folder - Add `CANOpenNode` and `CANopenNodeSTM32` to `Project Properties -> C/C++ General -> Paths and Symbols -> Includes` under `GNU C` items