1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 14:03:55 +01:00

Merge pull request #11232 from haukepetersen/fix_nimble_includeguardsriotinit

pkg/nimble: fix include guards in nimble_riot.c
This commit is contained in:
Martine Lenders 2019-03-26 14:18:28 +01:00 committed by GitHub
commit 97c4fef19e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,8 +25,12 @@
#include "host/ble_hs.h"
#include "host/util/util.h"
#ifdef MODULE_NIMBLE_SVC_GAP
#include "services/gap/ble_svc_gap.h"
#endif
#ifdef MODULE_NIMBLE_SVC_GATT
#include "services/gatt/ble_svc_gatt.h"
#endif
#ifdef MODULE_NIMBLE_CONTROLLER
#ifdef CPU_FAM_NRF52