Files
Amar Mahmutbegovic a73a8f62f1 add Chapter12
2024-10-21 05:39:20 +02:00

10 lines
99 B
C++

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