Skip to content

Commit

Permalink
Fix compilation of app-security-key
Browse files Browse the repository at this point in the history
  • Loading branch information
yrichard-ledger committed Oct 22, 2024
1 parent 189ad01 commit 7251a2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/os_io_seproxyhal.c
Original file line number Diff line number Diff line change
Expand Up @@ -273,9 +273,9 @@ unsigned int io_seproxyhal_handle_event(void)
#ifdef HAVE_NFC
case SEPROXYHAL_TAG_NFC_APDU_EVENT:
io_nfc_recv_event();
#ifndef HAVE_BOLOS
#if defined(HAVE_NFC_READER) && !defined(HAVE_BOLOS)
io_nfc_process_events();
#endif // !HAVE_BOLOS
#endif // HAVE_NFC_READER && !HAVE_BOLOS
return 1;
#ifdef HAVE_NFC_READER
case SEPROXYHAL_TAG_NFC_EVENT:
Expand Down

0 comments on commit 7251a2b

Please sign in to comment.