Remove pin_mux.[ch], add init_peripherials.[ch], add reset_button.h which I forgot to add previously.
This commit is contained in:
10
right/src/init_peripherials.h
Normal file
10
right/src/init_peripherials.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef __INIT_H__
|
||||
#define __INIT_H__
|
||||
|
||||
#include "fsl_common.h"
|
||||
|
||||
// Functions:
|
||||
|
||||
void InitPeripherials();
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user