Files
firmware/right/src/init_peripherals.h
2017-07-12 20:06:11 -07:00

11 lines
146 B
C

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