mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 22:13:52 +01:00
pkg/nimble: fix include guards in nimble_riot.c
This commit is contained in:
parent
b19fa40104
commit
eca26c91cd
@ -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