[FL-3351] github: re-enabled f18 build (#2743)
* github: re-enabled f18 build * scripts: storage: better transfer logging * Fix PVS warnings Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
@@ -438,7 +438,7 @@ void nfcv_emu_send(
|
||||
furi_assert(nfcv);
|
||||
|
||||
/* picked default value (0) to match the most common format */
|
||||
if(!flags) {
|
||||
if(flags == NfcVSendFlagsNormal) {
|
||||
flags = NfcVSendFlagsSof | NfcVSendFlagsCrc | NfcVSendFlagsEof |
|
||||
NfcVSendFlagsOneSubcarrier | NfcVSendFlagsHighRate;
|
||||
}
|
||||
@@ -1326,7 +1326,7 @@ bool nfcv_emu_loop(
|
||||
bits_received += 2;
|
||||
|
||||
if(periods == 1) {
|
||||
byte_value |= 0x00 << 6;
|
||||
byte_value |= 0x00 << 6; // -V684
|
||||
periods_previous = 6;
|
||||
} else if(periods == 3) {
|
||||
byte_value |= 0x01 << 6;
|
||||
|
||||
@@ -381,7 +381,7 @@ void slix_prepare(NfcVData* nfcv_data) {
|
||||
ctx->emu_protocol_filter = &slix_protocol_filter;
|
||||
}
|
||||
|
||||
bool slix2_protocol_filter(
|
||||
bool slix2_protocol_filter( // -V524
|
||||
FuriHalNfcTxRxContext* tx_rx,
|
||||
FuriHalNfcDevData* nfc_data,
|
||||
void* nfcv_data_in) {
|
||||
|
||||
Reference in New Issue
Block a user