Files
Cpp-in-Embedded-Systems/Chapter13/uart_c_hal_wrapper/cstdlib_support/retarget.hpp
Amar Mahmutbegovic 60b08160ba add Chapter13
2024-11-03 14:41:27 +01:00

10 lines
99 B
C++

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