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-04 11:10:55 +02:00
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"