summaryrefslogtreecommitdiff
path: root/cesar/station
diff options
context:
space:
mode:
authordufour2010-04-30 12:43:40 +0000
committerdufour2010-04-30 12:43:40 +0000
commit8f086ea7198ce7267a692db2eabb5b67d627f579 (patch)
treecbefa144e95807a557518d7c3d89684e6768a23b /cesar/station
parent88645cc20a9bef3c71927a9df7ee160e3c9b05bf (diff)
cesar/ce: add a module to debug the CE using GPIO, closes #1516
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6956 017c9cb6-072f-447c-8318-d5b54f68fe89
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;
}