From 716d74131576c01c69f438e7640cc9857334bd0e Mon Sep 17 00:00:00 2001 From: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com> Date: Sat, 27 Nov 2021 11:23:23 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Swap=20BTT002=20Tachometer=20Pin?= =?UTF-8?q?s=20(#23199)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Followup to #23086 --- Marlin/src/pins/stm32f4/pins_BTT_BTT002_V1_0.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Marlin/src/pins/stm32f4/pins_BTT_BTT002_V1_0.h b/Marlin/src/pins/stm32f4/pins_BTT_BTT002_V1_0.h index 602c8b0548..653ebd82a1 100644 --- a/Marlin/src/pins/stm32f4/pins_BTT_BTT002_V1_0.h +++ b/Marlin/src/pins/stm32f4/pins_BTT_BTT002_V1_0.h @@ -190,9 +190,9 @@ #ifndef E0_FAN_TACHO_PIN #ifdef MK3_FAN_PINS - #define E0_FAN_TACHO_PIN PE0 // Fan1 + #define E0_FAN_TACHO_PIN PE1 // Fan1 #else - #define E0_FAN_TACHO_PIN PE1 // Fan0 + #define E0_FAN_TACHO_PIN PE0 // Fan0 #endif #endif