mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-12-10 07:14:36 +01:00
add missing rtt cmake functions for host
This commit is contained in:
parent
0996a9e354
commit
7f37af837b
1 changed files with 2 additions and 0 deletions
|
|
@ -16,5 +16,7 @@ if (NOT TARGET pico_stdio)
|
||||||
endfunction()
|
endfunction()
|
||||||
function(pico_enable_stdio_semihosting)
|
function(pico_enable_stdio_semihosting)
|
||||||
endfunction()
|
endfunction()
|
||||||
|
function(pico_enable_stdio_rtt)
|
||||||
|
endfunction()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue