7#ifndef _PICO_STDIO_RTT_H
8#define _PICO_STDIO_RTT_H
21#ifndef PICO_STDIO_RTT_DEFAULT_CRLF
22#define PICO_STDIO_RTT_DEFAULT_CRLF PICO_STDIO_DEFAULT_CRLF
29extern stdio_driver_t stdio_rtt;
void stdio_rtt_deinit(void)
Explicitly deinitialize stdin/stdout over RTT and remove it from the current set of stdin/stdout driv...
Definition stdio_rtt.c:24
void stdio_rtt_init(void)
Explicitly initialize stdin/stdout over RTT and add it to the current set of stdin/stdout drivers.
Definition stdio_rtt.c:18