Added LedController module to the linked libraries for the main program.
This commit is contained in:
parent
231e2516e3
commit
3c99b7b8d5
1 changed files with 1 additions and 1 deletions
|
@ -4,8 +4,8 @@ add_executable(${PROJECT_NAME}
|
|||
|
||||
target_link_libraries(${PROJECT_NAME}
|
||||
RegEdit
|
||||
uart
|
||||
timer
|
||||
LedController
|
||||
)
|
||||
|
||||
# Ensure the build rules are defined
|
||||
|
|
Loading…
Add table
Reference in a new issue