mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
make sure CloseProxmark sets pm3_present.
This commit is contained in:
parent
7eb7685559
commit
cb991b4d2c
3 changed files with 11 additions and 10 deletions
|
@ -657,6 +657,8 @@ void CloseProxmark(void) {
|
|||
// Clean up our state
|
||||
sp = NULL;
|
||||
memset(&communication_thread, 0, sizeof(pthread_t));
|
||||
|
||||
session.pm3_present = false;
|
||||
}
|
||||
|
||||
// Gives a rough estimate of the communication delay based on channel & baudrate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue