From 7ddfac2c38012d8ac270f529eff8ce886f5194a5 Mon Sep 17 00:00:00 2001 From: Diogo Diniz Date: Tue, 23 Dec 2025 17:42:37 +0000 Subject: [PATCH] docs: Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bfa53f7..78cd75d 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ The project creation process differs somewhat from creating a standard MX projec ### Code generation / IOC Update -After project creation of after modifying the IOC, code generation needs to be invoked. Assuming Cube MX is open with the relevant IOC: +After project creation or after modifying the IOC, code generation needs to be invoked. Assuming Cube MX is open with the relevant IOC: 1. Save the project and press 'Generate Code'. Any existing code will be **deleted**, and the new code will be placed in the previously created CubeMX folder. 1. In a terminal, navigate to the ROOT folder and run `mx-convert cubemx`. This will ask for confirmation to delete files and generate the CMakeLists.txt files.