mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-06-06 05:14:45 +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
Abhinav Kudnar
parent
92ed36c86f
commit
7dd7a7ee96
@@ -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