#ifndef __INTERFACE_UART_HPP #define __INTERFACE_UART_HPP #ifdef __cplusplus #include "protocol.hpp" extern StreamSink* uart4_stream_output_ptr; extern "C" { #endif #include extern osThreadId uart_thread; void serve_on_uart(void); #ifdef __cplusplus } #endif #endif // __INTERFACE_UART_HPP