From ab84ed22cac2ad82d027a06f4a8fcf9d5c70ff8d Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Sun, 25 Sep 2016 05:28:22 -0500 Subject: [PATCH] No such thing as G6 and G7 pins --- Marlin/fastio.h | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/Marlin/fastio.h b/Marlin/fastio.h index 3a608e005..1c21672bc 100644 --- a/Marlin/fastio.h +++ b/Marlin/fastio.h @@ -1835,18 +1835,6 @@ #define PG5_WPORT PORTG #define PG5_DDR DDRG #define PG5_PWM &OCR0B - #undef PG6 - #define PG6_PIN PING6 - #define PG6_RPORT PING - #define PG6_WPORT PORTG - #define PG6_DDR DDRG - #define PG6_PWM NULL - #undef PG7 - #define PG7_PIN PING7 - #define PG7_RPORT PING - #define PG7_WPORT PORTG - #define PG7_DDR DDRG - #define PG7_PWM NULL #undef PH0 #define PH0_PIN PINH0