summaryrefslogtreecommitdiff
path: root/ports/atmel-samd/bindings/samd
diff options
context:
space:
mode:
authorJeff Epler <jepler@unpythonic.net>2020-06-18 14:13:59 -0500
committerJeff Epler <jepler@gmail.com>2020-06-23 10:41:48 -0500
commitda733c01da5c19d377aa215d25abdcd074fbc846 (patch)
tree07ec97af21b0752eb75edd56fb822b4285015ac2 /ports/atmel-samd/bindings/samd
parent0b99baccb8087eadf53120683d193da0d06d7d51 (diff)
atmel-samd: Add support for SAM E54 family MCUs
This introduces the new macro SAM_D5X_E5X. This is mostly the same as SAMD51 before, except in a few places where a special case for SAME54 is required
Diffstat (limited to 'ports/atmel-samd/bindings/samd')
-rw-r--r--ports/atmel-samd/bindings/samd/Clock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/atmel-samd/bindings/samd/Clock.c b/ports/atmel-samd/bindings/samd/Clock.c
index 24e425e8c..e1022c52f 100644
--- a/ports/atmel-samd/bindings/samd/Clock.c
+++ b/ports/atmel-samd/bindings/samd/Clock.c
@@ -272,7 +272,7 @@ MP_DEFINE_CONST_DICT(samd_clock_globals, samd_clock_global_dict_table);
#endif // SAMD21
-#ifdef SAMD51
+#ifdef SAM_D5X_E5X