From 72dc56e2e2467757c33d396f020bbc06b561db10 Mon Sep 17 00:00:00 2001 From: Ingo Albrecht Date: Wed, 14 Jul 2010 08:04:59 +0200 Subject: firmware: board init with a ctor does not seem a good idea to me because i need binaries without board init --- src/target/firmware/apps/layer1/main.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/target/firmware/apps') diff --git a/src/target/firmware/apps/layer1/main.c b/src/target/firmware/apps/layer1/main.c index e3dc2811..1832d12f 100644 --- a/src/target/firmware/apps/layer1/main.c +++ b/src/target/firmware/apps/layer1/main.c @@ -54,6 +54,8 @@ static void key_handler(enum key_codes code, enum key_states state); int main(void) { + board_init(); + puts("\n\nHello World from " __FILE__ " program code\n"); puts(hr); -- cgit v1.2.3