Files
firmware/right/src/init_peripherials.h
2017-02-25 17:48:37 +01:00

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