summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/kinetis/kinetis_pinmux.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/arm/src/kinetis/kinetis_pinmux.h')
-rw-r--r--nuttx/arch/arm/src/kinetis/kinetis_pinmux.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/nuttx/arch/arm/src/kinetis/kinetis_pinmux.h b/nuttx/arch/arm/src/kinetis/kinetis_pinmux.h
index 9c791539f..4359728b6 100644
--- a/nuttx/arch/arm/src/kinetis/kinetis_pinmux.h
+++ b/nuttx/arch/arm/src/kinetis/kinetis_pinmux.h
@@ -48,7 +48,9 @@
* by the logic in chip.h.
*/
-#if defined(KINETIS_K40)
+#if defined(KINETIS_K20)
+# include "kinetis_k20pinmux.h"
+#elif defined(KINETIS_K40)
# include "kinetis_k40pinmux.h"
#elif defined(KINETIS_K60)
# include "kinetis_k60pinmux.h"