Formatting adjustments

This commit is contained in:
Scott Lahteine
2017-06-15 15:17:41 -05:00
parent 8d5a37fb3d
commit 428be27893
3 changed files with 13 additions and 13 deletions

View File

@@ -99,7 +99,7 @@
#define HEATER_BED_PIN 3
#if (GEN7_VERSION >= 13)
#if GEN7_VERSION >= 13
// Gen7 v1.3 removed the fan pin
#define FAN_PIN -1
#else