mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
Use block_after_ACK in flashmem too
This commit is contained in:
parent
b12be75a5b
commit
01b31c742b
3 changed files with 8 additions and 3 deletions
|
@ -49,6 +49,7 @@ extern bool send_with_crc_on_usb;
|
|||
extern bool send_with_crc_on_fpc;
|
||||
// "Session" flag, to tell via which interface next msgs are sent: USB or FPC USART
|
||||
extern bool send_via_fpc;
|
||||
extern communication_arg_t conn;
|
||||
|
||||
void SetOffline(bool value);
|
||||
bool IsOffline(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue