From 8b1d90e2814c0cbf3b4583a55c8e597b51e8d762 Mon Sep 17 00:00:00 2001
From: esenapaj <creation0004@gmail.com>
Date: Thu, 27 Oct 2016 06:46:03 +0900
Subject: [PATCH] Follow-up the PR #5087 (Fixed SERVO pins on Azteeg X3), etc
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

・Add header
・Adjust spacing
---
 Marlin/pins_AZTEEG_X3.h | 3 +++
 Marlin/pins_RAMPS.h     | 4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/Marlin/pins_AZTEEG_X3.h b/Marlin/pins_AZTEEG_X3.h
index 63be892df5..26f274e6fe 100644
--- a/Marlin/pins_AZTEEG_X3.h
+++ b/Marlin/pins_AZTEEG_X3.h
@@ -32,6 +32,9 @@
 
 #include "pins_RAMPS_13.h"
 
+//
+// Servos
+//
 #undef SERVO0_PIN
 #undef SERVO1_PIN
 #define SERVO0_PIN  44  // SERVO1 port
diff --git a/Marlin/pins_RAMPS.h b/Marlin/pins_RAMPS.h
index 00f93088c6..e1d9c877d8 100644
--- a/Marlin/pins_RAMPS.h
+++ b/Marlin/pins_RAMPS.h
@@ -344,14 +344,14 @@
       #else
         #define BTN_EN1 37
         #define BTN_EN2 35
-        #define BTN_ENC 31  // the click
+        #define BTN_ENC 31 // the click
       #endif
 
       #if ENABLED(G3D_PANEL)
         #define SD_DETECT_PIN 49
         #define KILL_PIN 41
       #else
-        //        #define SD_DETECT_PIN -1  // Ramps doesn't use this
+        //#define SD_DETECT_PIN -1 // Ramps doesn't use this
       #endif
 
     #endif