mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-15 19:59:34 +08:00
remove warning
This commit is contained in:
parent
3176684f4a
commit
1cff822f1e
1 changed files with 0 additions and 2 deletions
|
@ -61,8 +61,6 @@ bool IfPm3FpcUsartDevFromUsb(void) {
|
|||
return false;
|
||||
if (!pm3_capabilities.compiled_with_fpc_usart_dev)
|
||||
return false;
|
||||
if (conn.send_via_fpc_usart)
|
||||
PrintAndLogEx(WARNING, "This command is not available via FPC, only via " _YELLOW_("USB-CDC"));
|
||||
return !conn.send_via_fpc_usart;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue