rework NMT_END_ENUM

This commit is contained in:
Philippe Teuwen
2020-05-11 20:00:04 +02:00
parent 10f880374c
commit a07d879496
5 changed files with 2 additions and 21 deletions

View File

@@ -1404,8 +1404,6 @@ str_nfc_modulation_type(const nfc_modulation_type nmt)
return "Thinfilm NFC Barcode";
case NMT_DEP:
return "D.E.P.";
case NMT_END_ENUM:
break;
}
return "???";