10 lines
99 B
C++
10 lines
99 B
C++
#pragma once
|
|
|
|
#include <uart.hpp>
|
|
|
|
namespace retarget
|
|
{
|
|
|
|
void set_stdio_uart(hal::uart *uart);
|
|
|
|
}; |