mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
sys/auto_init: add init for asymcute
This commit is contained in:
parent
ad20c4f1cc
commit
fb184a3b2c
@ -84,6 +84,10 @@
|
||||
#include "ndn-riot/ndn.h"
|
||||
#endif
|
||||
|
||||
#ifdef MODULE_ASYMCUTE
|
||||
#include "net/asymcute.h"
|
||||
#endif
|
||||
|
||||
#define ENABLE_DEBUG (0)
|
||||
#include "debug.h"
|
||||
|
||||
@ -164,6 +168,10 @@ void auto_init(void)
|
||||
extern void rdcli_simple_run(void);
|
||||
rdcli_simple_run();
|
||||
#endif
|
||||
#ifdef MODULE_ASYMCUTE
|
||||
DEBUG("Auto init Asymcute\n");
|
||||
asymcute_handler_run();
|
||||
#endif
|
||||
|
||||
/* initialize network devices */
|
||||
#ifdef MODULE_AUTO_INIT_GNRC_NETIF
|
||||
|
Loading…
Reference in New Issue
Block a user