From 7c1a5e3c47cf85b60f24acc729682c89376fd39f Mon Sep 17 00:00:00 2001 From: Bob Kuhn Date: Wed, 23 Jan 2019 19:34:39 -0600 Subject: [PATCH] Fix TEMP_TIMER in pins_STEVAL.h (#12994) --- Marlin/src/pins/pins_STEVAL.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Marlin/src/pins/pins_STEVAL.h b/Marlin/src/pins/pins_STEVAL.h index c757cf0a4..ad167092a 100644 --- a/Marlin/src/pins/pins_STEVAL.h +++ b/Marlin/src/pins/pins_STEVAL.h @@ -28,6 +28,7 @@ #define MACHINE_NAME "STEVAL-3DP001V1" #endif +#undef TEMP_TIMER #define TEMP_TIMER 9 // the Marlin default of timer 7 doesn't exist on the STM32MF401 series //