diff options
author | Joe Kerman <jkerman@gmail.com> | 2011-10-04 18:45:20 -0500 |
---|---|---|
committer | Joe Kerman <jkerman@gmail.com> | 2011-10-04 18:45:20 -0500 |
commit | 74dd922e9c508445a8d957e12ae78e885a127f7d (patch) | |
tree | bae243a3bb116b0a09a66a9a7fa43fafdb74c596 | |
parent | 57847ba2ebb15e28e6913068c13da474d87c6a8d (diff) |
i will figure out git eventually
-rw-r--r-- | Sprinter/Configuration.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Sprinter/Configuration.h b/Sprinter/Configuration.h index d7d95cb..f36183e 100644 --- a/Sprinter/Configuration.h +++ b/Sprinter/Configuration.h @@ -45,7 +45,7 @@ const bool ENDSTOPS_INVERTING = false; //set to true to invert the logic of the #define BAUDRATE 115200 // Comment out (using // at the start of the line) to disable SD support: -//#define SDSUPPORT +#define SDSUPPORT //// ADVANCED SETTINGS - to tweak parameters |