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

sys/auto_init: added rdcli_standalon initialization

parent 9acce40a
No related branches found
No related tags found
No related merge requests found
......@@ -163,6 +163,11 @@ void auto_init(void)
extern void rdcli_common_init(void);
rdcli_common_init();
#endif
#ifdef MODULE_RDCLI_STANDALONE
DEBUG("Auto init rdcli_standalone\n");
extern void rdcli_standalone_run(void);
rdcli_standalone_run();
#endif
#ifdef MODULE_RDCLI_SIMPLE_STANDALONE
DEBUG("Auto init rdcli_simple module\n");
extern void rdcli_simple_run(void);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment