From d9407e3374a885918597970b8f7d7fd3af7afa1f Mon Sep 17 00:00:00 2001 From: Michael Ingraham <34340210+meingraham@users.noreply.github.com> Date: Tue, 15 Oct 2019 14:24:06 -0400 Subject: [PATCH] Uppercase USE_A4988_STEPPER --- sonoff/xdrv_25_A4988_Stepper.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonoff/xdrv_25_A4988_Stepper.ino b/sonoff/xdrv_25_A4988_Stepper.ino index f80cc1a81..99bcde51b 100644 --- a/sonoff/xdrv_25_A4988_Stepper.ino +++ b/sonoff/xdrv_25_A4988_Stepper.ino @@ -18,7 +18,7 @@ along with this program. If not, see . */ -#ifdef USE_A4988_Stepper +#ifdef USE_A4988_STEPPER #include #define XDRV_25 25