Skip to content
Snippets Groups Projects
Commit 496fc28d authored by Scott Lahteine's avatar Scott Lahteine Committed by Richard Wackerbarth
Browse files

Tweaks to pins comments

parent 8d3b74cc
No related branches found
No related tags found
No related merge requests found
......@@ -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
......@@ -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
......@@ -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
......@@ -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
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment