Fix typo by renaming init_peripherials.[ch] to init_peripherals.[ch]

This commit is contained in:
László Monda
2017-05-23 03:19:24 +02:00
parent 67a5140e91
commit 40498a15b9
5 changed files with 4 additions and 3 deletions

View File

@@ -0,0 +1,10 @@
#ifndef __INIT_PERIPHERALS_H__
#define __INIT_PERIPHERALS_H__
#include "fsl_common.h"
// Functions:
extern void InitPeripherials();
#endif