hci_transport_h5: fix warnings

This commit is contained in:
Dirk Helbig 2024-09-06 16:09:36 +02:00 committed by Matthias Ringwald
parent 95a50da88b
commit f0a0831c6f

View File

@ -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