mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 14:27:37 +08:00
Kinetis K66 Pin Mux
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -56,6 +56,8 @@
|
|||||||
# include "chip/kinetis_k60pinmux.h"
|
# include "chip/kinetis_k60pinmux.h"
|
||||||
#elif defined(KINETIS_K64)
|
#elif defined(KINETIS_K64)
|
||||||
# include "chip/kinetis_k64pinmux.h"
|
# include "chip/kinetis_k64pinmux.h"
|
||||||
|
#elif defined(KINETIS_K66)
|
||||||
|
# include "chip/kinetis_k66pinmux.h"
|
||||||
#else
|
#else
|
||||||
# error "No pin multiplexing for this Kinetis part"
|
# error "No pin multiplexing for this Kinetis part"
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user