From f817b24e72b9b791ca1c4063dfb8820ba747f83e Mon Sep 17 00:00:00 2001 From: jake Date: Mon, 3 Feb 2025 18:27:49 -0800 Subject: [PATCH] Added the inclusion of header files. Included headers for the STM32 hal, the core and the CMSIS. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index a04e731..9bf910f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -76,4 +76,5 @@ include_directories( ./inc ) +add_subdirectory(micro-controllers) add_subdirectory(src)