Skip to content

Commit

Permalink
Change baudrate. 614400 <- 1843200
Browse files Browse the repository at this point in the history
  • Loading branch information
matsujirushi authored and 0hotpotman0 committed Mar 18, 2021
1 parent a277851 commit 4e4a7e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/erpc_setup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ using namespace erpc;
* Constants
*============================================================================*/

UartTransport g_transport(&Serial2, 1843200);
UartTransport g_transport(&Serial2, 614400);
BasicCodecFactory g_basicCodecFactory;
ArbitratedClientManager *g_client;
TransportArbitrator g_arbitrator;
Expand Down

0 comments on commit 4e4a7e3

Please sign in to comment.