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