From fdf03008c816ac29d2ccd818013dff38657da274 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Fri, 22 Oct 2021 10:32:46 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Remove=20STM32F203RE=20example?= =?UTF-8?q?=20warnings?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/examples/STM32/STM32F103RE/Configuration.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/examples/STM32/STM32F103RE/Configuration.h b/config/examples/STM32/STM32F103RE/Configuration.h index a373d5049f..45608f3bf8 100644 --- a/config/examples/STM32/STM32F103RE/Configuration.h +++ b/config/examples/STM32/STM32F103RE/Configuration.h @@ -487,7 +487,6 @@ * 999 : Dummy Table that ALWAYS reads 100°C or the temperature defined below. * */ -#warning temp_sensor set to 998/999 (fake) #define TEMP_SENSOR_0 999 #define TEMP_SENSOR_1 0 #define TEMP_SENSOR_2 0 @@ -738,7 +737,6 @@ * details can be tuned in Configuration_adv.h */ -#warning "disabled temperature protection" //#define THERMAL_PROTECTION_HOTENDS // Enable thermal protection for all extruders //#define THERMAL_PROTECTION_BED // Enable thermal protection for the heated bed #define THERMAL_PROTECTION_CHAMBER // Enable thermal protection for the heated chamber