disabe endstop interrupt for compiler > 1.6

This commit is contained in:
Stéphane Godin 2020-09-04 16:38:50 +02:00
parent 4dbcc8176d
commit 7abbf80d26

View File

@ -535,7 +535,7 @@
// Enable this feature if all enabled endstop pins are interrupt-capable.
// This will remove the need to poll the interrupt pins, saving many CPU cycles.
#define ENDSTOP_INTERRUPTS_FEATURE
//#define ENDSTOP_INTERRUPTS_FEATURE
//=============================================================================
//============================== Movement Settings ============================