commit | 7f37af837bb059141deddb0cbe6806f4f3029b17 | [log] [tgz] |
---|---|---|
author | graham sanderson <graham.sanderson@raspberrypi.com> | Sat Jul 20 20:58:34 2024 -0500 |
committer | graham sanderson <graham.sanderson@raspberrypi.com> | Sat Jul 20 20:58:34 2024 -0500 |
tree | 5811ba14b4665221194212ea625543bc16901f96 | |
parent | 0996a9e35469a9a48ecf2c3c5b7ee3f301d618bf [diff] |
add missing rtt cmake functions for host
diff --git a/src/host/pico_stdio/CMakeLists.txt b/src/host/pico_stdio/CMakeLists.txt index 82a3148..e05bfb9 100644 --- a/src/host/pico_stdio/CMakeLists.txt +++ b/src/host/pico_stdio/CMakeLists.txt
@@ -16,5 +16,7 @@ endfunction() function(pico_enable_stdio_semihosting) endfunction() + function(pico_enable_stdio_rtt) + endfunction() endif()