commits after xcode crash

This commit is contained in:
tharexde 2020-12-27 22:22:44 +01:00
commit 438cada2cf
7 changed files with 116 additions and 1 deletions

View file

@ -1163,6 +1163,10 @@ static void PacketReceived(PacketCommandNG *packet) {
em4x50_chk((uint8_t *)packet->data.asBytes);
break;
}
case CMD_LF_EM4X50_TEST: {
em4x50_test((em4x50_test_t *)packet->data.asBytes);
break;
}
#endif
#ifdef WITH_EM4x70