aboutsummaryrefslogtreecommitdiffstats
path: root/src/atsamd/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/atsamd/internal.h')
-rw-r--r--src/atsamd/internal.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/atsamd/internal.h b/src/atsamd/internal.h
index f31be95c..310102c5 100644
--- a/src/atsamd/internal.h
+++ b/src/atsamd/internal.h
@@ -9,6 +9,10 @@
#include "samd21.h"
#elif CONFIG_MACH_SAMD51
#include "samd51.h"
+#elif CONFIG_MACH_SAME51
+#include "same51.h"
+#elif CONFIG_MACH_SAME54
+#include "same54.h"
#endif
#define GPIO(PORT, NUM) (((PORT)-'A') * 32 + (NUM))