11 lines
116 B
C
11 lines
116 B
C
#ifndef __INIT_H__
|
|
#define __INIT_H__
|
|
|
|
#include "fsl_common.h"
|
|
|
|
// Functions:
|
|
|
|
void InitPeripherials();
|
|
|
|
#endif
|