sys/auto_init: add auto init for nimble
This commit is contained in:
parent
8f2a825b58
commit
73534850fa
@ -177,6 +177,11 @@ void auto_init(void)
|
|||||||
DEBUG("Auto init Asymcute\n");
|
DEBUG("Auto init Asymcute\n");
|
||||||
asymcute_handler_run();
|
asymcute_handler_run();
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef MODULE_NIMBLE
|
||||||
|
DEBUG("Auto init NimBLE\n");
|
||||||
|
extern void nimble_riot_init(void);
|
||||||
|
nimble_riot_init();
|
||||||
|
#endif
|
||||||
|
|
||||||
/* initialize network devices */
|
/* initialize network devices */
|
||||||
#ifdef MODULE_AUTO_INIT_GNRC_NETIF
|
#ifdef MODULE_AUTO_INIT_GNRC_NETIF
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user