diff options
author | kliment <kliment.yanev@gmail.com> | 2011-07-06 21:30:42 +0200 |
---|---|---|
committer | kliment <kliment.yanev@gmail.com> | 2011-07-06 21:30:42 +0200 |
commit | 88b8df4a860802e398c5b82b2e640257db40e7a8 (patch) | |
tree | 780785c028cad82ad867238470221a4bad79bd8b /Sprinter | |
parent | b247ffd7dbf4da06b8708ae2228cc4396828d333 (diff) |
Documentation fix - delete misleading comment
Diffstat (limited to 'Sprinter')
-rw-r--r-- | Sprinter/pins.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Sprinter/pins.h b/Sprinter/pins.h index b1216a0..1bd6702 100644 --- a/Sprinter/pins.h +++ b/Sprinter/pins.h @@ -435,9 +435,6 @@ #error Oops! Make sure you have 'Sanguino' selected from the 'Tools -> Boards' menu. #endif -// comment the following line for Sanguinololu v1.1 or earlier. - - #define X_STEP_PIN 15 #define X_DIR_PIN 21 #define X_MIN_PIN 18 |