aboutsummaryrefslogtreecommitdiffstats
path: root/klippy
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2019-03-01 19:02:06 -0500
committerKevin O'Connor <kevin@koconnor.net>2019-03-01 19:05:00 -0500
commit946eb6b7ae9e44e984ca1377ae9de5d7a36f2a44 (patch)
tree83161388090acf2f5d2d27d5085c321f3b902a04 /klippy
parent0b33e0b427641f22b47afb230dc8f623d743971c (diff)
downloadkutter-946eb6b7ae9e44e984ca1377ae9de5d7a36f2a44.tar.gz
kutter-946eb6b7ae9e44e984ca1377ae9de5d7a36f2a44.tar.xz
kutter-946eb6b7ae9e44e984ca1377ae9de5d7a36f2a44.zip
atsamd: Add definitions for SAMD21E18 chip
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'klippy')
-rw-r--r--klippy/pins.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/klippy/pins.py b/klippy/pins.py
index f93d3aa0..62e33764 100644
--- a/klippy/pins.py
+++ b/klippy/pins.py
@@ -46,7 +46,7 @@ MCU_PINS = {
"atmega1280": port_pins(12), "atmega2560": port_pins(12),
"sam3x8e": port_pins(4, 32), "sam3x8c": port_pins(2, 32),
"sam4s8c": port_pins(3, 32), "sam4e8e" : port_pins(5, 32),
- "samd21g18a": port_pins(2, 32),
+ "samd21g18a": port_pins(2, 32), "samd21e18a": port_pins(2, 32),
"samd51g19a": port_pins(2, 32), "samd51j19a": port_pins(3, 32),
"samd51n19a": port_pins(3, 32), "samd51p20a": port_pins(4, 32),
"stm32f103": port_pins(5, 16),