mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -07:00
style
This commit is contained in:
parent
5801cfa4a8
commit
4f11ef048f
11 changed files with 38 additions and 38 deletions
|
@ -592,12 +592,12 @@ int TestProxmark(void) {
|
|||
if (conn.send_via_fpc) {
|
||||
PrintAndLogEx(INFO, "UART Serial baudrate: " _YELLOW_("%u") "\n", conn.uart_speed);
|
||||
}
|
||||
|
||||
|
||||
// reconfigure.
|
||||
if ( conn.send_via_fpc == false ) {
|
||||
uart_reconfigure_timeouts(sp, UART_USB_CLIENT_RX_TIMEOUT_MS );
|
||||
if (conn.send_via_fpc == false) {
|
||||
uart_reconfigure_timeouts(sp, UART_USB_CLIENT_RX_TIMEOUT_MS);
|
||||
}
|
||||
|
||||
|
||||
return PM3_SUCCESS;
|
||||
} else {
|
||||
return PM3_ETIMEOUT;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue