From 7d15c25b3aee38a84987513daf79055bd511d9d0 Mon Sep 17 00:00:00 2001 From: Dees_Troy Date: Wed, 5 Sep 2012 20:47:21 -0400 Subject: Hax to make it boot --- data.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'data.cpp') diff --git a/data.cpp b/data.cpp index 64e812e11..1b5c1ff99 100644 --- a/data.cpp +++ b/data.cpp @@ -46,14 +46,15 @@ extern "C" #include "data.h" #include "tw_reboot.h" #include "roots.h" + #include "gui/pages.h" + + void gui_notifyVarChange(const char *name, const char* value); int get_battery_level(void); void get_device_id(void); extern char device_id[15]; - void gui_notifyVarChange(const char *name, const char* value); - int __system(const char *command); } -- cgit v1.2.3