mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
style
This commit is contained in:
parent
0be35a8e7e
commit
5d357a6039
13 changed files with 30 additions and 30 deletions
|
@ -56,7 +56,7 @@ static void usart_fill_rxfifo(void) {
|
|||
rxfifo_free = us_rxfifo_low - us_rxfifo_high;
|
||||
else
|
||||
rxfifo_free = sizeof(us_rxfifo) - us_rxfifo_high + us_rxfifo_low;
|
||||
|
||||
|
||||
uint16_t available = USART_BUFFLEN - usart_cur_inbuf_off;
|
||||
|
||||
if (available <= rxfifo_free) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue