Use standard baudrate of 115200
This commit is contained in:
parent
78792001e1
commit
e4dbd95887
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ SPI_F4HDK spi_1(PB_5, PB_4, PB_3); // mosi, miso, sclk (radio)
|
|||
int main()
|
||||
{
|
||||
wait_ms(200);
|
||||
pc.baud(921600);
|
||||
pc.baud(115200);
|
||||
pc.printf("\r\n\r\nNPR FW %s\r\n", FW_VERSION);
|
||||
|
||||
Timer slow_timer;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue