add missing #define BLE_STACK_SUPPORT_REQD
This commit is contained in:
parent
2ebc6874cd
commit
52ce741764
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,8 @@
|
|||
#ifndef BLE_STACK_HANDLER_TYPES_H__
|
||||
#define BLE_STACK_HANDLER_TYPES_H__
|
||||
|
||||
#define BLE_STACK_SUPPORT_REQD
|
||||
|
||||
#ifdef BLE_STACK_SUPPORT_REQD
|
||||
|
||||
#include <stdlib.h>
|
||||
|
|
Loading…
Reference in a new issue