Added LedController module to the linked libraries for the main program.
This commit is contained in:
parent
231e2516e3
commit
3c99b7b8d5
|
@ -4,8 +4,8 @@ add_executable(${PROJECT_NAME}
|
||||||
|
|
||||||
target_link_libraries(${PROJECT_NAME}
|
target_link_libraries(${PROJECT_NAME}
|
||||||
RegEdit
|
RegEdit
|
||||||
uart
|
|
||||||
timer
|
timer
|
||||||
|
LedController
|
||||||
)
|
)
|
||||||
|
|
||||||
# Ensure the build rules are defined
|
# Ensure the build rules are defined
|
||||||
|
|
Loading…
Reference in New Issue