Compare commits

..

No commits in common. "2b4818b8c1e9f93f98d3db405d4267e1b4be3a66" and "740e16c3392020ec8817a3f8f598593e931d494c" have entirely different histories.

View File

@ -25,7 +25,7 @@ pico_sdk_init()
# Add executable. Default name is the project name, version 0.1
add_executable(sint-gauntlet sint-gauntlet.c vco.c )
add_executable(sint-gauntlet sint-gauntlet.c )
pico_set_program_name(sint-gauntlet "sint-gauntlet")
pico_set_program_version(sint-gauntlet "0.1")