removed commented out code

This commit is contained in:
Jake Goodwin 2025-03-08 17:08:52 -08:00
parent c4bc661f8b
commit 96b0a72533

View file

@ -56,20 +56,7 @@ target_link_options(${PROJECT_NAME} PUBLIC
set_target_properties(${PROJECT_NAME} PROPERTIES SUFFIX ".elf") set_target_properties(${PROJECT_NAME} PROPERTIES SUFFIX ".elf")
#target_link_options(${PROJECT_NAME} PRIVATE -static -nostartfiles -T "./linker_script.ld")
# The other "targets" are size, upload, debug, production, etc #add_subdirectory(attic)
add_subdirectory(ADC)
#if(NOT TARGET size) add_subdirectory(RegEdit)
#if(NOT TARGET debug)
#if(NOT TARGET production)
#if(NOT TARGET upload)
#endif()
add_subdirectory(attic)