diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-08-16 11:32:25 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-08-16 11:32:25 -0400 |
commit | 53b0084de1e0b3cdb94fd345a03911f80ebcb784 (patch) | |
tree | b757518dbaf8b3845fb34d6a22cbef00301dd3fa /instr-daemon.c | |
parent | 51aec80f5b733b25e0875e22f82537fd31eb4ee4 (diff) |
add function to initialize Flash
Diffstat (limited to 'instr-daemon.c')
-rw-r--r-- | instr-daemon.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/instr-daemon.c b/instr-daemon.c index f4bd0b2..be023ec 100644 --- a/instr-daemon.c +++ b/instr-daemon.c @@ -1,6 +1,7 @@ #include "socket-common.h" #include "response.h" #include "lcd.h" +#include "globals.h" #include <stdlib.h> #include <ctype.h> @@ -229,6 +230,7 @@ int main(int argc, char **argv) g_type_init (); LCD_initialize(); + initFlash (); //register stdin channel stdinChannel = g_io_channel_unix_new(0); |