\r
stdout = &USARTStream;\r
}\r
+ \r
+ /** Turns off the serial stream (and regular USART driver), disabling and returning used hardware to\r
+ * their default configuration.\r
+ */\r
+ static inline void SerialStream_ShutDown(void)\r
+ {\r
+ Serial_ShutDown();\r
+ } \r
\r
/* Disable C linkage for C++ Compilers: */\r
#if defined(__cplusplus)\r