15 lines
163 B
C
15 lines
163 B
C
#ifndef __INIT_H__
|
|
#define __INIT_H__
|
|
|
|
#include "fsl_common.h"
|
|
|
|
// Variables:
|
|
|
|
uint32_t I2C_Watchdog = 0;
|
|
|
|
// Functions:
|
|
|
|
void InitPeripherials();
|
|
|
|
#endif
|