Included the ADC module in main's linked libs

This commit is contained in:
Jake Goodwin 2025-02-23 10:56:13 -08:00
parent de463a3469
commit 33b70d3283
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ add_executable(${PROJECT_NAME}
target_link_libraries(${PROJECT_NAME} target_link_libraries(${PROJECT_NAME}
RegEdit RegEdit
ADC
#timer #timer
) )