projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fixed bug in CmdHF14ACmdRaw: if we cant select we send command anyway...
[proxmark3-svn]
/
bootrom
/
bootrom.c
diff --git
a/bootrom/bootrom.c
b/bootrom/bootrom.c
index c2c81a9da1594ce4bb1205ac0e89dae9f954b085..bbea07b53dedf72bd47501ff0639db4bcb80f02b 100644
(file)
--- a/
bootrom/bootrom.c
+++ b/
bootrom/bootrom.c
@@
-203,7
+203,7
@@
static void flash_mode(int externally_entered)
size_t rx_len;
usb_enable();
- for (volatile size_t i=0; i<0x100000; i++);
+ for (volatile size_t i=0; i<0x100000; i++)
{}
;
for(;;) {
WDT_HIT();
Impressum
,
Datenschutz