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) ...@@ -163,6 +163,11 @@ void auto_init(void)
extern void rdcli_common_init(void); extern void rdcli_common_init(void);
rdcli_common_init(); rdcli_common_init();
#endif #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 #ifdef MODULE_RDCLI_SIMPLE_STANDALONE
DEBUG("Auto init rdcli_simple module\n"); DEBUG("Auto init rdcli_simple module\n");
extern void rdcli_simple_run(void); extern void rdcli_simple_run(void);
......
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