mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
style
This commit is contained in:
parent
b3731c6003
commit
b98d518fd7
8 changed files with 13 additions and 13 deletions
|
@ -830,7 +830,7 @@ void felica_dump_lite_s(void) {
|
|||
uint16_t cnt = 0, cntfails = 0;
|
||||
uint8_t *dest = BigBuf_get_addr();
|
||||
|
||||
while (!BUTTON_PRESS() && !data_available()) {
|
||||
while ((BUTTON_PRESS() == false) && (data_available() == false)) {
|
||||
WDT_HIT();
|
||||
// polling?
|
||||
//TransmitFor18092_AsReader(poll, 10, GetCountSspClk()+512, 1, 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue