stdio_semihosting.h
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: 2020 Koen Zandberg
3  * SPDX-License-Identifier: LGPL-2.1-only
4  */
5 
6 #pragma once
7 
58 #include "stdio_base.h"
59 
60 #ifdef __cplusplus
61 extern "C" {
62 #endif
63 
69 #define STDIO_SEMIHOSTING_RX (IS_USED(MODULE_STDIN))
70 
71 #ifdef __cplusplus
72 }
73 #endif