diff options
Diffstat (limited to 'globals.c')
-rw-r--r-- | globals.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/globals.c b/globals.c new file mode 100644 index 0000000..4017cbd --- /dev/null +++ b/globals.c @@ -0,0 +1,8 @@ +#include "globals.h" + +GlobalStruct globals = { + .ChannelState = {0.0}, + .Flash = { "FIXME", (int)1, (char)0, (char)0 }, + .error_queue = {0}, + .number_of_errors = 0 +}; |