Skip to content

Commit eb9ade5

Browse files
[Pipe] Increase default serial baudrate to 3000000 Baud
1 parent b8b1790 commit eb9ade5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tool_services/pipe/_pipe.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Definitions
1111
******************************************************************************/
1212
#ifndef PIPE_SERIAL_BAUDRATE
13-
#define PIPE_SERIAL_BAUDRATE 1000000
13+
#define PIPE_SERIAL_BAUDRATE 3000000
1414
#endif
1515
#ifndef PIPE_TX_BUFFER_SIZE
1616
#define PIPE_TX_BUFFER_SIZE 1024
@@ -29,4 +29,4 @@
2929
* Function
3030
******************************************************************************/
3131
streaming_channel_t *Pipe_GetTxStreamChannel(void);
32-
streaming_channel_t *Pipe_GetRxStreamChannel(void);
32+
streaming_channel_t *Pipe_GetRxStreamChannel(void);

0 commit comments

Comments
 (0)