Skip to content

Commit

Permalink
🐛 Swap BTT002 Tachometer Pins (#23199)
Browse files Browse the repository at this point in the history
Followup to #23086
  • Loading branch information
thisiskeithb authored Nov 27, 2021
1 parent 47d3468 commit 716d741
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Marlin/src/pins/stm32f4/pins_BTT_BTT002_V1_0.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 716d741

Please sign in to comment.