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:
Christian Baars
2023-09-05 12:28:26 +05:30
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"