Skip to content

Commit 164bcd7

Browse files
committed
What is BTN_PIN ?
1 parent e0d4053 commit 164bcd7

4 files changed

Lines changed: 0 additions & 6 deletions

File tree

Marlin/src/pins/stm32f4/pins_FYSETC_S6.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,6 @@
198198
// Misc. Functions
199199
//
200200
//#define LED_PIN PB14
201-
//#define BTN_PIN PC10
202201
//#define PS_ON_PIN PE11
203202
//#define KILL_PIN PC5
204203

Marlin/src/pins/stm32f4/pins_RUMBA32_AUS3D.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
#if MB(RUMBA32_V1_1)
5252

5353
#define SERVO0_PIN PA15
54-
#undef BTN_PIN
5554

5655
#if HAS_TMC_UART
5756
//

Marlin/src/pins/stm32f4/pins_RUMBA32_BTT.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,7 @@
4242

4343
#include "pins_RUMBA32_common.h"
4444

45-
#define X_MIN_PIN PB12
46-
4745
#define SERVO0_PIN PA15 // Pin is not broken out, is a test point only.
48-
#undef BTN_PIN
4946

5047
#if HAS_TMC_UART
5148
//

Marlin/src/pins/stm32f4/pins_RUMBA32_common.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@
134134
// Misc. Functions
135135
//
136136
#define LED_PIN PB14
137-
#define BTN_PIN PC10
138137
#define PS_ON_PIN PE11
139138
#define KILL_PIN PC5
140139

0 commit comments

Comments
 (0)