Skip to content

Commit

Permalink
raised baud to 115200 from 9600
Browse files Browse the repository at this point in the history
  • Loading branch information
dacb committed Dec 14, 2014
1 parent 943aa89 commit 74c6016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user/user_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ void user_init(void)
{
uint8_t i;

uart_init(BIT_RATE_9600, BIT_RATE_9600);
uart_init(BIT_RATE_115200, BIT_RATE_115200);

serverInit(23);

Expand Down

0 comments on commit 74c6016

Please sign in to comment.