From 7abbf80d26e93734eaf1298579eafca108a84221 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Godin?= <34553036+crocsg@users.noreply.github.com> Date: Fri, 4 Sep 2020 16:38:50 +0200 Subject: [PATCH] disabe endstop interrupt for compiler > 1.6 --- MarlinBraille/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MarlinBraille/Configuration.h b/MarlinBraille/Configuration.h index 0ce406b..ee526fb 100644 --- a/MarlinBraille/Configuration.h +++ b/MarlinBraille/Configuration.h @@ -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 ============================