fix faulty enum

This commit is contained in:
iceman1001 2022-07-04 10:20:01 +02:00
parent 56eaf34315
commit e98675f8e5

View file

@ -440,7 +440,7 @@ static bool get_14b_UID(uint8_t *d, iso14b_type_t *found_type) {
if (resp.oldarg[0] == 0) {
memcpy(d, resp.data.asBytes, sizeof(iso14b_card_select_t));
*found_type = ISO14B_SELECT_SR;
*found_type = ISO14B_SR;
return true;
}
}