From cdfd3bf655a829f50ee78c0d33874ef6c2f3bad2 Mon Sep 17 00:00:00 2001 From: kyoubate-haruka <46010460+kyoubate-haruka@users.noreply.github.com> Date: Fri, 20 Sep 2024 11:09:21 +0200 Subject: [PATCH] kemono: not sure why that went missing --- board/sg-nfc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/board/sg-nfc.c b/board/sg-nfc.c index 49309f8..571be60 100644 --- a/board/sg-nfc.c +++ b/board/sg-nfc.c @@ -190,6 +190,7 @@ static HRESULT sg_nfc_dispatch( &res->felica_encap); case SG_NFC_CMD_MIFARE_AUTHENTICATE_A: + case SG_NFC_CMD_MIFARE_AUTHENTICATE_B: case SG_NFC_CMD_SEND_HEX_DATA: return sg_nfc_cmd_send_hex_data(nfc, &req->simple, &res->simple);