summaryrefslogtreecommitdiff
path: root/cesar/station
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/station')
-rw-r--r--cesar/station/src/station.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/cesar/station/src/station.c b/cesar/station/src/station.c
index 86ac478d35..800e3ca097 100644
--- a/cesar/station/src/station.c
+++ b/cesar/station/src/station.c
@@ -24,6 +24,8 @@
# include "hal/leon/fatal_button.h"
#endif
+#include "lib/init.h"
+
/** Static declaration. */
static cesar_t cesar;
@@ -91,6 +93,8 @@ cesar_init (void)
// start HLE...
hle_activate(cesar.hle, true);
+ init_exec (INIT_LIST_CE);
+
return &cesar;
}