RFID: Fix various EM-Marin typos (#635)

This commit is contained in:
Anna Prosvetova
2021-08-11 02:09:51 +03:00
committed by GitHub
parent b8b0417374
commit b05453ecff
8 changed files with 16 additions and 16 deletions

View File

@@ -20,7 +20,7 @@ const char* lfrfid_key_get_type_string(LfrfidKeyType type) {
const char* lfrfid_key_get_manufacturer_string(LfrfidKeyType type) {
switch(type) {
case LfrfidKeyType::KeyEM4100:
return "Em-Marine";
return "EM-Marin";
break;
case LfrfidKeyType::KeyH10301:
return "HID";