Added the inclusion of header files.

Included headers for the STM32 hal, the core and the CMSIS.
This commit is contained in:
Jake Goodwin 2025-02-03 18:27:49 -08:00
parent c0c17c6deb
commit f817b24e72
1 changed files with 1 additions and 0 deletions

View File

@ -76,4 +76,5 @@ include_directories(
./inc ./inc
) )
add_subdirectory(micro-controllers)
add_subdirectory(src) add_subdirectory(src)