Compare commits

...

2 Commits

Author SHA1 Message Date
Tom-on 2b4818b8c1 Merge branch 'master' of https://git.pupes.org/PoliEcho/sint-gauntlet 2026-04-24 14:10:25 +02:00
Tom-on 98d871a0d0 Added vco.c to cmake 2026-04-24 14:10:23 +02:00
+1 -1
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 )
add_executable(sint-gauntlet sint-gauntlet.c vco.c )
pico_set_program_name(sint-gauntlet "sint-gauntlet")
pico_set_program_version(sint-gauntlet "0.1")