No FAN0_PIN

This commit is contained in:
Scott Lahteine 2016-10-31 07:51:31 -05:00
parent ff3a8ca0d1
commit 85e307dcd8
2 changed files with 2 additions and 5 deletions

View file

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

View file

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