From 009e235af095171c790a5e17ea08049332bdf0dc Mon Sep 17 00:00:00 2001 From: roy rocket Date: Sun, 24 Jul 2011 23:32:08 +0200 Subject: [PATCH] oops, added real generated files, undone... --- simulat0r/firmware/applications/wrapper.c | 11 ----------- simulat0r/firmware/lcd/allfonts.h | 7 ------- 2 files changed, 18 deletions(-) delete mode 100644 simulat0r/firmware/applications/wrapper.c delete mode 100644 simulat0r/firmware/lcd/allfonts.h diff --git a/simulat0r/firmware/applications/wrapper.c b/simulat0r/firmware/applications/wrapper.c deleted file mode 100644 index d076c58..0000000 --- a/simulat0r/firmware/applications/wrapper.c +++ /dev/null @@ -1,11 +0,0 @@ -void main_default(void); -void tick_default(void); -void main_life(void); -void tick_life(void); - -void wrapper(void){ -main_default(); -main_life(); -} -void tick_wrapper(void){ -} diff --git a/simulat0r/firmware/lcd/allfonts.h b/simulat0r/firmware/lcd/allfonts.h deleted file mode 100644 index af9623e..0000000 --- a/simulat0r/firmware/lcd/allfonts.h +++ /dev/null @@ -1,7 +0,0 @@ -#include -#include -#include -#include -#include -#include -#include