Fix typo by renaming init_peripherials.[ch] to init_peripherals.[ch]
This commit is contained in:
10
right/src/init_peripherals.h
Normal file
10
right/src/init_peripherals.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef __INIT_PERIPHERALS_H__
|
||||
#define __INIT_PERIPHERALS_H__
|
||||
|
||||
#include "fsl_common.h"
|
||||
|
||||
// Functions:
|
||||
|
||||
extern void InitPeripherials();
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user