Skip to content

Commit 6315d73

Browse files
committed
Add status led library to the build
1 parent 13ee991 commit 6315d73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cmake/rp2_common.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ if (NOT PICO_BARE_METAL)
140140
pico_add_subdirectory(rp2_common/pico_standard_link)
141141

142142
pico_add_subdirectory(rp2_common/pico_fix)
143+
pico_add_subdirectory(rp2_common/pico_status_led)
143144

144145
# at the end as it includes a lot of other stuff
145146
pico_add_subdirectory(rp2_common/pico_runtime_init)

0 commit comments

Comments
 (0)