Skip to content

Commit

Permalink
service: nfc: add mifare guard
Browse files Browse the repository at this point in the history
  • Loading branch information
german77 authored and fincs committed Jul 4, 2023
1 parent 6bd6fa8 commit af5072c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nx/source/services/nfc.c
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ void _nfcCleanup(void) {
serviceClose(&g_nfcSrv);
}

NX_GENERATE_SERVICE_GUARD(nfcMf);

Result _nfcMfInitialize() {
Result rc = MAKERESULT(Module_Libnx, LibnxError_BadInput);

Expand Down

0 comments on commit af5072c

Please sign in to comment.