Fix lingering incorrect comments
This commit is contained in:
committed by
Graham Sanderson
parent
1983217af3
commit
99facf4deb
@@ -2,7 +2,7 @@ add_executable(hello_48MHz
|
||||
hello_48MHz.c
|
||||
)
|
||||
|
||||
# pull in common dependencies
|
||||
# pull in common dependencies and additional clocks hardware support
|
||||
target_link_libraries(hello_48MHz pico_stdlib hardware_clocks)
|
||||
|
||||
# create map/bin/hex file etc.
|
||||
|
||||
Reference in New Issue
Block a user