chg: hf mf nack - now uses NG

This commit is contained in:
iceman1001
2019-05-15 07:47:46 -04:00
parent 50c59fb6b2
commit bfe2cff383
3 changed files with 25 additions and 12 deletions

View File

@@ -1998,7 +1998,7 @@ void OnSuccessMagic() {
}
void OnErrorMagic(uint8_t reason) {
// ACK, ISOK, reason,0,0,0
reply_old(CMD_ACK, 0, reason, 0, 0, 0);
reply_mix(CMD_ACK, 0, reason, 0, 0, 0);
OnSuccessMagic();
}