From f9a6e14df560866ad741d612fb5f57a473183916 Mon Sep 17 00:00:00 2001 From: bdring Date: Fri, 21 Sep 2018 16:04:31 -0500 Subject: [PATCH] Fix arduino header Fix failing test, Linux is case sensitive --- Grbl_Esp32/grbl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Grbl_Esp32/grbl.h b/Grbl_Esp32/grbl.h index aff71b70..decfd210 100644 --- a/Grbl_Esp32/grbl.h +++ b/Grbl_Esp32/grbl.h @@ -23,7 +23,7 @@ #define GRBL_VERSION_BUILD "20180919" //#include -#include +#include #include #include #include