Skip to content

Commit

Permalink
Remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan-Velickovic committed Jan 27, 2024
1 parent 3f65134 commit 9ac0203
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions loader/src/loader.c
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ putc(uint8_t ch)
// ensure FIFO has space
while (!(*UART_REG(STAT) & STAT_TDRE)) { }
*UART_REG(TRANSMIT) = '\r';
}
}

// ensure FIFO has space
while (!(*UART_REG(STAT) & STAT_TDRE)) { }
*UART_REG(TRANSMIT) = ch;
Expand Down

0 comments on commit 9ac0203

Please sign in to comment.