mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-31 22:20:56 +00:00
🐛 Fix Einsy RAMBo FAN1_PIN (#22305)
This commit is contained in:
parent
20b3403ee8
commit
a90b864a3b
1 changed files with 2 additions and 2 deletions
|
@ -135,9 +135,9 @@
|
||||||
|
|
||||||
#ifndef FAN1_PIN
|
#ifndef FAN1_PIN
|
||||||
#ifdef MK3_FAN_PINS
|
#ifdef MK3_FAN_PINS
|
||||||
#define FAN_PIN -1
|
#define FAN1_PIN -1
|
||||||
#else
|
#else
|
||||||
#define FAN_PIN 6
|
#define FAN1_PIN 6
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue