We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8b1790 commit eb9ade5Copy full SHA for eb9ade5
tool_services/pipe/_pipe.h
@@ -10,7 +10,7 @@
10
* Definitions
11
******************************************************************************/
12
#ifndef PIPE_SERIAL_BAUDRATE
13
- #define PIPE_SERIAL_BAUDRATE 1000000
+ #define PIPE_SERIAL_BAUDRATE 3000000
14
#endif
15
#ifndef PIPE_TX_BUFFER_SIZE
16
#define PIPE_TX_BUFFER_SIZE 1024
@@ -29,4 +29,4 @@
29
* Function
30
31
streaming_channel_t *Pipe_GetTxStreamChannel(void);
32
-streaming_channel_t *Pipe_GetRxStreamChannel(void);
+streaming_channel_t *Pipe_GetRxStreamChannel(void);
0 commit comments