From f0a0831c6f36c4ce2625dc87a6021e708907ab0a Mon Sep 17 00:00:00 2001 From: Dirk Helbig Date: Fri, 6 Sep 2024 16:09:36 +0200 Subject: [PATCH] hci_transport_h5: fix warnings --- src/hci_transport_h5.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/hci_transport_h5.c b/src/hci_transport_h5.c index 03d21cbea..377a2f75e 100644 --- a/src/hci_transport_h5.c +++ b/src/hci_transport_h5.c @@ -908,4 +908,6 @@ void hci_transport_h5_enable_bcsp_mode(void){ hci_transport_bcsp_mode = 1; } +#else +typedef int _fix_empty_translation_unit_warnig; #endif