From bdf79caac422b019f6e61e2787005c2359165499 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Thu, 29 Sep 2022 12:37:29 -0400 Subject: atsamd: Add Kconfig definitions for same51j19 and same54p20 chips Signed-off-by: Kevin O'Connor --- klippy/extras/temperature_mcu.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'klippy/extras/temperature_mcu.py') diff --git a/klippy/extras/temperature_mcu.py b/klippy/extras/temperature_mcu.py index bf57bd19..f35e9728 100644 --- a/klippy/extras/temperature_mcu.py +++ b/klippy/extras/temperature_mcu.py @@ -64,8 +64,8 @@ class PrinterTemperatureMCU: cfg_funcs = [ ('rp2040', self.config_rp2040), ('sam3', self.config_sam3), ('sam4', self.config_sam4), - ('same70', self.config_same70), - ('samd21', self.config_samd21), ('samd51', self.config_samd51), + ('same70', self.config_same70), ('samd21', self.config_samd21), + ('samd51', self.config_samd51), ('same5', self.config_samd51), ('stm32f1', self.config_stm32f1), ('stm32f2', self.config_stm32f2), ('stm32f4', self.config_stm32f4), ('stm32f042', self.config_stm32f0x2), -- cgit v1.2.3-70-g09d2