Files
Amar Mahmutbegovic ed4025257f add Chapter07
2024-06-26 22:48:02 +02:00

10 lines
99 B
C++

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