mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-08-17 07:20:01 +00:00
fix compilation because of unknown MYNEWT_VAL
MYNEWT_VAL is unknown in the scope of this file in some build environments
This commit is contained in:
committed by
Rahul Tank
parent
d3afbd85cc
commit
e5358f1059
@@ -20,6 +20,7 @@
|
||||
#ifndef H_BLE_SVC_GAP_
|
||||
#define H_BLE_SVC_GAP_
|
||||
|
||||
#include "syscfg/syscfg.h"
|
||||
#include <inttypes.h>
|
||||
#if MYNEWT_VAL(ENC_ADV_DATA)
|
||||
#include "host/ble_ead.h"
|
||||
|
||||
Reference in New Issue
Block a user