Files
Cpp-in-Embedded-Systems/Chapter17/fsm/cstdlib_support/retarget.hpp
Amar Mahmutbegovic a1b36d343e add Chapter17
2025-01-11 12:48:14 +01:00

10 lines
99 B
C++

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