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:
commit
97c4fef19e
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user