aboutsummaryrefslogtreecommitdiffstats
path: root/src/atsam/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/atsam/internal.h')
-rw-r--r--src/atsam/internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/atsam/internal.h b/src/atsam/internal.h
index 798b4a04..deda5480 100644
--- a/src/atsam/internal.h
+++ b/src/atsam/internal.h
@@ -11,6 +11,8 @@
#include "sam4s.h"
#elif CONFIG_MACH_SAM4E
#include "sam4e.h"
+#elif CONFIG_MACH_SAME70
+#include "sam.h"
#endif
#define GPIO(PORT, NUM) (((PORT)-'A') * 32 + (NUM))