From: Erik van der Zalm Date: Mon, 30 Apr 2012 11:37:49 +0000 (+0200) Subject: Small cleanup X-Git-Tag: iwj-success-2012-07-29~31 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=6a5a34e0fffe1057ae75171fad15456090a5163e;p=marlin.git Small cleanup --- diff --git a/Marlin/stepper.cpp b/Marlin/stepper.cpp index 85e9bbb..13f18bc 100644 --- a/Marlin/stepper.cpp +++ b/Marlin/stepper.cpp @@ -82,11 +82,7 @@ volatile char count_direction[NUM_AXIS] = { 1, 1, 1, 1}; //=============================functions ============================ //=========================================================================== -#ifdef ENDSTOPS_ONLY_FOR_HOMING - #define CHECK_ENDSTOPS if(check_endstops) -#else - #define CHECK_ENDSTOPS if(check_endstops) -#endif +#define CHECK_ENDSTOPS if(check_endstops) // intRes = intIn1 * intIn2 >> 16 // uses: