Files
firmware/right/src/init_peripherals.h

11 lines
147 B
C

#ifndef __INIT_PERIPHERALS_H__
#define __INIT_PERIPHERALS_H__
#include "fsl_common.h"
// Functions:
extern void InitPeripherials();
#endif