Files
Amar Mahmutbegovic f10d0ef610 add Chapter11
2024-09-22 16:52:43 +02:00

10 lines
99 B
C++

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