Remove pin_mux.[ch], add init_peripherials.[ch], add reset_button.h which I forgot to add previously.

This commit is contained in:
László Monda
2016-10-04 17:02:46 +02:00
parent 0550c19cf5
commit 5f1c85147b
6 changed files with 74 additions and 130 deletions

View File

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