1 2 3 4 5 6 7
#include "globals.h" GlobalStruct globals = { .ChannelState = {0.0}, .error_queue = {0}, .number_of_errors = 0 };