Skip to content

Commit

Permalink
unused
Browse files Browse the repository at this point in the history
  • Loading branch information
iceman1001 committed May 14, 2024
1 parent cd1f935 commit cacc1c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion armsrc/usart.c
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ static size_t us_rxfifo_high = 0;

static void usart_fill_rxfifo(void) {

uint16_t rxfifo_free = 0;
uint16_t rxfifo_free;

if (pUS1->US_RNCR == 0) { // One buffer got filled, backup buffer being used

Expand Down

0 comments on commit cacc1c1

Please sign in to comment.