mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-22 06:41:17 +00:00
hci_transport_h5: conditional compile if ENABLE_H5
This commit is contained in:
parent
8613fdb8dc
commit
fd95f94573
@ -43,6 +43,10 @@
|
||||
* HCI Transport API implementation for basic H5 protocol based on UART driver with SLIP support
|
||||
*/
|
||||
|
||||
#include "btstack_config.h"
|
||||
|
||||
#ifdef ENABLE_H5
|
||||
|
||||
// #define ENABLE_LOG_DEBUG
|
||||
|
||||
#include <inttypes.h>
|
||||
@ -900,3 +904,5 @@ void hci_transport_h5_set_auto_sleep(uint16_t inactivity_timeout_ms){
|
||||
void hci_transport_h5_enable_bcsp_mode(void){
|
||||
hci_transport_bcsp_mode = 1;
|
||||
}
|
||||
|
||||
#endif
|
Loading…
x
Reference in New Issue
Block a user