Skip to content

Commit 1f53cc6

Browse files
authored
Update CMakeLists.txt
1 parent bdb3232 commit 1f53cc6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

status_led/status_blink/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Blink the "status" LED connected to the GPIO defined by PICO_DEFAULT_LED_PIN for your board
1+
# Blink the "status" LED either connected to the GPIO defined by PICO_DEFAULT_LED_PIN for your board
2+
# or via the WiFi chip on boards like Pico 2 or Pico 2 W
3+
24
add_executable(status_blink
35
status_blink.c
46
)

0 commit comments

Comments
 (0)