Files
Cpp-in-Embedded-Systems/Chapter18/cib/cstdlib_support/retarget.hpp
Amar Mahmutbegovic 8634accda5 add Chapter18
2025-02-06 00:19:59 +01:00

10 lines
99 B
C++

#pragma once
#include <uart.hpp>
namespace retarget
{
void set_stdio_uart(hal::uart *uart);
};