// The watchdog table is made up of two arrays, // counters are vars and reload values are const. uint32_t WatchdogTable_Counter[NUM_NORMAL_TASKS] = {0}; const uint32_t WatchdogTable_ReloadValue[NUM_NORMAL_TASKS]; // Watchdog task void WatchdogTask(void) { for (uint8_t i=0 ; i