Skip to content

Commit

Permalink
add missing rtt cmake functions for host
Browse files Browse the repository at this point in the history
  • Loading branch information
kilograham committed Jul 21, 2024
1 parent 0996a9e commit 7f37af8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/host/pico_stdio/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@ if (NOT TARGET pico_stdio)
endfunction()
function(pico_enable_stdio_semihosting)
endfunction()
function(pico_enable_stdio_rtt)
endfunction()
endif()

0 comments on commit 7f37af8

Please sign in to comment.