No FAN0_PIN

master
Scott Lahteine 8 years ago
parent ff3a8ca0d1
commit 85e307dcd8

@ -279,9 +279,6 @@ static bool report_pin_name(int8_t pin, bool &pin_is_analog) {
#if PIN_EXISTS(FAN)
PIN_SAY(FAN_PIN);
#endif
#if PIN_EXISTS(FAN0)
PIN_SAY(FAN0_PIN);
#endif
#if PIN_EXISTS(FAN1)
PIN_SAY(FAN1_PIN);
#endif

@ -115,8 +115,8 @@
#define HEATER_BED_PIN 3
#define FAN_PIN 8
#define FAN0_PIN 6
#define FAN1_PIN 2
#define FAN1_PIN 6
#define FAN2_PIN 2
//
// Misc. Functions

Loading…
Cancel
Save