goep_client: fix build by disabling ENABLE_GOEP_L2CAP

This commit is contained in:
Matthias Ringwald 2018-10-09 17:52:17 +02:00
parent 948889a2b3
commit 07cec55730

View File

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