mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
style
This commit is contained in:
parent
49f7ae57dc
commit
e22776a7e0
8 changed files with 48 additions and 48 deletions
|
@ -2133,7 +2133,7 @@ void SimTagIso15693(uint8_t *uid, uint8_t block_size) {
|
|||
BigBuf_free_keep_EM();
|
||||
// Init early to be sure FPGA is loaded before any EML operation
|
||||
// usefull when eml memory is empty (UID supplied)
|
||||
Iso15693InitTag(); // to be sure FPGA is loaded before any EML operation
|
||||
Iso15693InitTag(); // to be sure FPGA is loaded before any EML operation
|
||||
|
||||
iso15_tag_t *tag = (iso15_tag_t *) BigBuf_get_EM_addr();
|
||||
if (tag == NULL) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue