mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-30 15:32:41 +00:00
goep_client: fix build by disabling ENABLE_GOEP_L2CAP
This commit is contained in:
parent
948889a2b3
commit
07cec55730
@ -60,7 +60,13 @@
|
||||
// goep_client.c
|
||||
//
|
||||
|
||||
#define ENABLE_GOEP_L2CAP
|
||||
// #define ENABLE_GOEP_L2CAP
|
||||
|
||||
#ifdef ENABLE_GOEP_L2CAP
|
||||
#ifndef ENABLE_L2CAP_ENHANCED_RETRANSMISSION_MODE
|
||||
#error "ENABLE_GOEP_L2CAP requires ENABLE_L2CAP_ENHANCED_RETRANSMISSION_MODE. Please enable ENABLE_L2CAP_ENHANCED_RETRANSMISSION_MODE or disable ENABLE_GOEP_L2CAP"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
typedef enum {
|
||||
GOEP_INIT,
|
||||
|
Loading…
x
Reference in New Issue
Block a user