summaryrefslogtreecommitdiff
path: root/globals.c
blob: 4017cbde271093c88139084e0b64f2b58aecb8f9 (plain)
1
2
3
4
5
6
7
8
#include "globals.h"

GlobalStruct globals = { 
	.ChannelState = {0.0},
	.Flash = { "FIXME", (int)1, (char)0, (char)0  },
	.error_queue = {0}, 
	.number_of_errors = 0
};