diff options
Diffstat (limited to 'globals.c')
-rw-r--r-- | globals.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,8 @@ #include "globals.h" -GlobalStruct globals = { +GlobalStruct globals = { .ChannelState = {0.0}, .Flash = { "FIXME", (int)1, (char)0, (char)0 }, - .error_queue = {0}, + .error_queue = {0}, .number_of_errors = 0 }; |