add Chapter13
This commit is contained in:
10
Chapter13/uart_c_hal_wrapper/cstdlib_support/retarget.hpp
Normal file
10
Chapter13/uart_c_hal_wrapper/cstdlib_support/retarget.hpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
#include <uart.hpp>
|
||||
|
||||
namespace retarget
|
||||
{
|
||||
|
||||
void set_stdio_uart(hal::uart *uart);
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user