mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2025-02-17 05:48:33 +00:00
Merge branch 'ofw-dev' into dev
This commit is contained in:
commit
2ba1f80f7b
1 changed files with 2 additions and 2 deletions
|
@ -467,7 +467,7 @@ bool furi_hal_nfc_emulate_nfca(
|
|||
buff_tx,
|
||||
buff_tx_len,
|
||||
buff_rx,
|
||||
sizeof(buff_rx),
|
||||
rfalConvBytesToBits(buff_rx_size),
|
||||
&buff_rx_len,
|
||||
data_type,
|
||||
RFAL_FWT_NONE);
|
||||
|
@ -491,7 +491,7 @@ bool furi_hal_nfc_emulate_nfca(
|
|||
buff_tx,
|
||||
buff_tx_len,
|
||||
buff_rx,
|
||||
sizeof(buff_rx),
|
||||
rfalConvBytesToBits(buff_rx_size),
|
||||
&buff_rx_len,
|
||||
data_type,
|
||||
RFAL_FWT_NONE);
|
||||
|
|
Loading…
Add table
Reference in a new issue