From 3d193ffe4748fed4408bc71f07923af3bb07069a Mon Sep 17 00:00:00 2001 From: Aram Bayadyan Date: Mon, 10 Apr 2023 17:48:52 +0400 Subject: [PATCH] renamed arduino.h to Arduino.h to avoid github actions build errors --- src/mwc_stepper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mwc_stepper.h b/src/mwc_stepper.h index 10252ab..2be9d90 100644 --- a/src/mwc_stepper.h +++ b/src/mwc_stepper.h @@ -4,7 +4,7 @@ #define _MWC_STEPPER_h #if defined(ARDUINO) && ARDUINO >= 100 - #include "arduino.h" + #include "Arduino.h" #else #include "WProgram.h" #endif