mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-15 11:43:14 +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.
|
||||
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;
|
||||
|
|
Loading…
Reference in a new issue