Skip to content

Commit

Permalink
Restore uart baudrate
Browse files Browse the repository at this point in the history
  • Loading branch information
ligenxxxx committed Jul 27, 2024
1 parent 56a9554 commit d3d663a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/uart.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ volatile BIT_TYPE RS_Xbusy1 = 0;
#endif

void uart_set_baudrate(uint8_t baudIndex) {
baudIndex = 0;
#if defined _DEBUG_MODE || defined _RF_CALIB
baudIndex = 0;
#endif
Expand Down

0 comments on commit d3d663a

Please sign in to comment.