From 27f1979dd53718fdfb2bb86a5ed04e663e45105c Mon Sep 17 00:00:00 2001 From: tdejoigny-ledger Date: Fri, 20 Oct 2023 12:18:22 +0200 Subject: [PATCH] Fix static analysis issue --- src/os_io_seproxyhal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/os_io_seproxyhal.c b/src/os_io_seproxyhal.c index 58e247c51..3155df205 100644 --- a/src/os_io_seproxyhal.c +++ b/src/os_io_seproxyhal.c @@ -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