Skip to content

Commit 7f37af8

Browse files
committed
add missing rtt cmake functions for host
1 parent 0996a9e commit 7f37af8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/host/pico_stdio/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,7 @@ if (NOT TARGET pico_stdio)
1616
endfunction()
1717
function(pico_enable_stdio_semihosting)
1818
endfunction()
19+
function(pico_enable_stdio_rtt)
20+
endfunction()
1921
endif()
2022

0 commit comments

Comments
 (0)