Skip to content

Commit

Permalink
Fix static analysis issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tdejoigny-ledger authored and xchapron-ledger committed Nov 20, 2023
1 parent bd74ae3 commit 27f1979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/os_io_seproxyhal.c
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ void io_seproxyhal_handle_nfc_recv_event(void)
#endif
unsigned int io_seproxyhal_handle_event(void)
{
#if defined(HAVE_IO_USB) || defined(HAVE_BLE)
#ifdef HAVE_IO_USB
unsigned int rx_len = U2BE(G_io_seproxyhal_spi_buffer, 1);
#endif

Expand Down

0 comments on commit 27f1979

Please sign in to comment.