mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
make style
This commit is contained in:
parent
23917e7963
commit
64ce30c06c
7 changed files with 43 additions and 42 deletions
|
@ -83,7 +83,7 @@ inline int16_t usart_writebuffer(uint8_t *data, size_t len) {
|
|||
pUS1->US_TPR = (uint32_t)us_outbuf;
|
||||
pUS1->US_TCR = len;
|
||||
pUS1->US_PTCR = AT91C_PDC_TXTEN;
|
||||
while(!(pUS1->US_CSR & AT91C_US_ENDTX)) {};
|
||||
while (!(pUS1->US_CSR & AT91C_US_ENDTX)) {};
|
||||
pUS1->US_PTCR = AT91C_PDC_TXTDIS;
|
||||
return len;
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue