Added LedController module to the linked libraries for the main program.

This commit is contained in:
jakeg00dwin 2024-08-21 20:00:24 -07:00
parent 231e2516e3
commit 3c99b7b8d5
1 changed files with 1 additions and 1 deletions

View File

@ -4,8 +4,8 @@ add_executable(${PROJECT_NAME}
target_link_libraries(${PROJECT_NAME}
RegEdit
uart
timer
LedController
)
# Ensure the build rules are defined