Files
Cpp-in-Embedded-Systems/Chapter15/observer/cstdlib_support/retarget.hpp
2024-12-09 00:53:55 +01:00

10 lines
99 B
C++

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