Improve comments in CMakeLists.txt files
This commit is contained in:
committed by
Graham Sanderson
parent
8f68cef111
commit
1983217af3
@@ -2,7 +2,7 @@ add_executable(hello_rtc
|
||||
hello_rtc.c
|
||||
)
|
||||
|
||||
# Pull in our get you started dependencies
|
||||
# pull in common dependencies and additional rtc hardware support
|
||||
target_link_libraries(hello_rtc pico_stdlib hardware_rtc)
|
||||
|
||||
# create map/bin/hex file etc.
|
||||
|
||||
Reference in New Issue
Block a user