Files
firmware/right/src/init_peripherals.h

11 lines
143 B
C

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