#ifndef __INIT_H__ #define __INIT_H__ #include "fsl_common.h" // Variables: uint32_t I2C_Watchdog = 0; // Functions: void InitPeripherials(); #endif