0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-19 16:16:13 +00:00

🐛 Fix Einsy RAMBo FAN1_PIN (#22305)

This commit is contained in:
Katelyn Schiesser 2021-07-07 21:45:15 -07:00 committed by GitHub
parent 20b3403ee8
commit a90b864a3b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -135,9 +135,9 @@
#ifndef FAN1_PIN
#ifdef MK3_FAN_PINS
#define FAN_PIN -1
#define FAN1_PIN -1
#else
#define FAN_PIN 6
#define FAN1_PIN 6
#endif
#endif