Skip to content
Snippets Groups Projects
Commit fb184a3b authored by Hauke Petersen's avatar Hauke Petersen
Browse files

sys/auto_init: add init for asymcute

parent ad20c4f1
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment