Skip to content

Commit

Permalink
rm unnecessary \r\n
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Wallace committed Mar 17, 2022
1 parent 8b85ff3 commit ff1fcbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/nfc/nfc_worker.c
Original file line number Diff line number Diff line change
Expand Up @@ -892,7 +892,7 @@ void nfc_worker_read_mifare_desfire(NfcWorker* nfc_worker) {
continue;
}
if(!mf_df_parse_read_data_response(rx_buff, rx_len, file)) {
FURI_LOG_W(TAG, "Bad response reading file %d\r\n", file->id);
FURI_LOG_W(TAG, "Bad response reading file %d", file->id);
continue;
}
}
Expand Down

0 comments on commit ff1fcbf

Please sign in to comment.