Tweaks to pins comments

This commit is contained in:
Scott Lahteine 2015-07-31 15:23:33 -07:00 committed by Richard Wackerbarth
parent 8d3b74cc6e
commit 496fc28dc3
6 changed files with 6 additions and 6 deletions

View File

@ -85,5 +85,5 @@
#define BLEN_B 1
#define BLEN_A 0
// Cheaptronic v1.0 does not use this port
// Cheaptronic v1.0 doesn't use this
#define SDCARDDETECT_PIN -1

View File

@ -94,4 +94,4 @@
#define BLEN_B 1
#define BLEN_A 0
#define SDCARDDETECT_PIN -1 // Megatronics does not use this port
#define SDCARDDETECT_PIN -1 // Megatronics doesn't use this

View File

@ -99,4 +99,4 @@
#define BLEN_B 1
#define BLEN_A 0
#define SDCARDDETECT_PIN -1 // Megatronics does not use this port
#define SDCARDDETECT_PIN -1 // Megatronics doesn't use this

View File

@ -78,4 +78,4 @@
#define BLEN_B 1
#define BLEN_A 0
#define SDCARDDETECT_PIN -1 // Minitronics does not use this port
#define SDCARDDETECT_PIN -1 // Minitronics doesn't use this

View File

@ -133,7 +133,7 @@
#define BLEN_B 1
#define BLEN_A 0
#define SDCARDDETECT_PIN 81 // Ramps doesn't use this port
#define SDCARDDETECT_PIN 81 // Ramps doesn't use this
#else //!NEWPANEL - old style panel with shift register

View File

@ -237,7 +237,7 @@
#if ENABLED(G3D_PANEL)
#define SDCARDDETECT_PIN 49
#else
#define SDCARDDETECT_PIN -1 // Ramps does not use this port
#define SDCARDDETECT_PIN -1 // Ramps doesn't use this
#endif
#endif