Skip to content

Commit

Permalink
emmarin logging
Browse files Browse the repository at this point in the history
  • Loading branch information
kubicek authored Aug 19, 2022
1 parent 05ba57d commit 117403c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions applications/lfrfid/helpers/protocols/protocol_emmarin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ void ProtocolEMMarin::decode(
}

bool ProtocolEMMarin::can_be_decoded(const uint8_t* encoded_data, const uint8_t encoded_data_size) {
FURI_LOG_D("EMMARIN","data: %d, size %d",encoded_data,encoded_data_size);
furi_check(encoded_data_size >= get_encoded_data_size());
const EMMarinCardData* card_data = reinterpret_cast<const EMMarinCardData*>(encoded_data);

Expand Down

0 comments on commit 117403c

Please sign in to comment.