11 lines
146 B
C
11 lines
146 B
C
#ifndef __INIT_PERIPHERALS_H__
|
|
#define __INIT_PERIPHERALS_H__
|
|
|
|
#include "fsl_common.h"
|
|
|
|
// Functions:
|
|
|
|
extern void InitPeripherals();
|
|
|
|
#endif
|