From 30c8c4953091ef8e6965f5b09fb8c03f270aadb0 Mon Sep 17 00:00:00 2001 From: Diogo Diniz Date: Wed, 4 Mar 2026 18:48:48 +0000 Subject: [PATCH] fix: Type in README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 30111a3..6bd49c5 100644 --- a/README.md +++ b/README.md @@ -66,8 +66,10 @@ After project creation or after modifying the IOC, code generation needs to be i ### The remaining work -After code generation and convertion, a more manual part of project setup remains. MX Convert only prepares code for integration with CMake projects, the base CMake should be built around the cubemx folder, and it's setup is outside the scope of this tool and guide. +After code generation and conversion, a more manual part of project setup remains. MX Convert only prepares code for integration with CMake projects, the base CMake should be built around the cubemx folder, and it's setup is outside the scope of this tool and guide. ### TODO Explain `my_main` and FREERTOS use. + +### Known issues