mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-09 21:45:54 +00:00
att: add warning to update ENABLE_ATT_DELAYED_READ_RESPONSE to ENABLE_ATT_DELAYED_RESPONSE
This commit is contained in:
parent
56c3a3479d
commit
84536330f2
@ -47,6 +47,11 @@
|
|||||||
#include "btstack_debug.h"
|
#include "btstack_debug.h"
|
||||||
#include "btstack_util.h"
|
#include "btstack_util.h"
|
||||||
|
|
||||||
|
// check for ENABLE_ATT_DELAYED_READ_RESPONSE -> ENABLE_ATT_DELAYED_RESPONSE,
|
||||||
|
#ifdef ENABLE_ATT_DELAYED_READ_RESPONSE
|
||||||
|
#error "ENABLE_ATT_DELAYED_READ_RESPONSE was replaced by ENABLE_ATT_DELAYED_RESPONSE. Please update btstack_config.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
ATT_READ,
|
ATT_READ,
|
||||||
ATT_WRITE,
|
ATT_WRITE,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user