1if (NOT TARGET pico_printf)
2    pico_add_library(pico_printf)
3    function(pico_set_printf_implementation)
4    endfunction()
5endif()
6
7