Skip to content

Commit 39b8e31

Browse files
committed
Fix chrismas melody cmake file
1 parent 8feccce commit 39b8e31

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
add_executable(pico_tone
2-
pico_tone.c
1+
add_executable(christmas_melody
2+
christmas_melody.c
33
)
44

55
# Add pico_stdlib library which aggregates commonly used features
6-
target_link_libraries(pico_tone pico_stdlib hardware_pwm)
6+
target_link_libraries(christmas_melody pico_stdlib pico_tone)
77

88
# Create map/bin/hex/uf2 file in addition to ELF.
9-
pico_add_extra_outputs(pico_tone)
9+
pico_add_extra_outputs(christmas_melody)
1010

1111
# add url via pico_set_program_url
12-
example_auto_set_url(pico_tone)
12+
example_auto_set_url(christmas_melody)

0 commit comments

Comments
 (0)