diff --git a/tool_services/pipe/_pipe.h b/tool_services/pipe/_pipe.h index 09948448a..f0e86c15f 100644 --- a/tool_services/pipe/_pipe.h +++ b/tool_services/pipe/_pipe.h @@ -10,7 +10,7 @@ * Definitions ******************************************************************************/ #ifndef PIPE_SERIAL_BAUDRATE - #define PIPE_SERIAL_BAUDRATE 1000000 + #define PIPE_SERIAL_BAUDRATE 3000000 #endif #ifndef PIPE_TX_BUFFER_SIZE #define PIPE_TX_BUFFER_SIZE 1024 @@ -29,4 +29,4 @@ * Function ******************************************************************************/ streaming_channel_t *Pipe_GetTxStreamChannel(void); -streaming_channel_t *Pipe_GetRxStreamChannel(void); \ No newline at end of file +streaming_channel_t *Pipe_GetRxStreamChannel(void);