docs: Fix typo in README

This commit is contained in:
2025-12-23 17:42:37 +00:00
parent 2c24cc177b
commit 7ddfac2c38

View File

@@ -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.