mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
chg: only print if compiled with smartcard flag
This commit is contained in:
parent
a968ea8c53
commit
0492df266c
2 changed files with 2 additions and 1 deletions
|
@ -369,7 +369,9 @@ void SendStatus(void) {
|
|||
BigBuf_print_status();
|
||||
Fpga_print_status();
|
||||
Flashmem_print_status();
|
||||
#ifdef WITH_SMARTCARD
|
||||
SmartCard_print_status();
|
||||
#endif
|
||||
printConfig(); //LF Sampling config
|
||||
printUSBSpeed();
|
||||
Dbprintf("Various");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue