From d9c917b95099617b32dfaca4ae90c9e2dd641fff Mon Sep 17 00:00:00 2001 From: Matt Baker Date: Thu, 22 Apr 2021 13:44:39 -0700 Subject: stm32l4: add stm32l412 support with adc,i2c,spi,usb Signed-off-by: Matt Baker --- klippy/extras/temperature_mcu.py | 1 + 1 file changed, 1 insertion(+) (limited to 'klippy/extras/temperature_mcu.py') diff --git a/klippy/extras/temperature_mcu.py b/klippy/extras/temperature_mcu.py index e82761b5..bf57bd19 100644 --- a/klippy/extras/temperature_mcu.py +++ b/klippy/extras/temperature_mcu.py @@ -72,6 +72,7 @@ class PrinterTemperatureMCU: ('stm32f070', self.config_stm32f070), ('stm32f072', self.config_stm32f0x2), ('stm32g0', self.config_stm32g0), + ('stm32l4', self.config_stm32g0), ('stm32h7', self.config_stm32h7), ('', self.config_unknown)] for name, func in cfg_funcs: -- cgit v1.2.3-70-g09d2