mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-15 19:59:34 +08:00
fix: by reference
This commit is contained in:
parent
6cddaa0a08
commit
cddc25994c
1 changed files with 1 additions and 1 deletions
|
@ -646,7 +646,7 @@ int TestProxmark(void) {
|
||||||
|
|
||||||
// reconfigure.
|
// reconfigure.
|
||||||
if ( conn.send_via_fpc == false ) {
|
if ( conn.send_via_fpc == false ) {
|
||||||
uart_reconfigure_timeouts(sp, UART_USB_CLIENT_RX_TIMEOUT_MS );
|
uart_reconfigure_timeouts(&sp, UART_USB_CLIENT_RX_TIMEOUT_MS );
|
||||||
}
|
}
|
||||||
|
|
||||||
return PM3_SUCCESS;
|
return PM3_SUCCESS;
|
||||||
|
|
Loading…
Reference in a new issue