Small cleanup
This commit is contained in:
parent
e3821bd86f
commit
6a5a34e0ff
@ -82,11 +82,7 @@ volatile char count_direction[NUM_AXIS] = { 1, 1, 1, 1};
|
|||||||
//=============================functions ============================
|
//=============================functions ============================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
||||||
#ifdef ENDSTOPS_ONLY_FOR_HOMING
|
#define CHECK_ENDSTOPS if(check_endstops)
|
||||||
#define CHECK_ENDSTOPS if(check_endstops)
|
|
||||||
#else
|
|
||||||
#define CHECK_ENDSTOPS if(check_endstops)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// intRes = intIn1 * intIn2 >> 16
|
// intRes = intIn1 * intIn2 >> 16
|
||||||
// uses:
|
// uses:
|
||||||
|
Loading…
Reference in New Issue
Block a user