fix: passing a struct.

This commit is contained in:
iceman1001 2019-04-30 22:03:20 +02:00
commit f8f39d6196
5 changed files with 7 additions and 6 deletions

View file

@ -608,7 +608,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;