Skip to content

Commit

Permalink
[Pipe] Increase default serial baudrate to 3000000 Baud
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-rabault committed May 14, 2024
1 parent b8b1790 commit eb9ade5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tool_services/pipe/_pipe.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -29,4 +29,4 @@
* Function
******************************************************************************/
streaming_channel_t *Pipe_GetTxStreamChannel(void);
streaming_channel_t *Pipe_GetRxStreamChannel(void);
streaming_channel_t *Pipe_GetRxStreamChannel(void);

0 comments on commit eb9ade5

Please sign in to comment.