1
0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2024-11-28 22:35:21 +00:00

🐛 Swap BTT002 Tachometer Pins (#23199)

Followup to #23086
This commit is contained in:
Keith Bennett 2021-11-27 11:23:23 -08:00 committed by GitHub
parent 47d3468251
commit 716d741315
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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