From 2c3982d52065c71a33ba35c4e9e680ff314a4ebd Mon Sep 17 00:00:00 2001 From: Mitch Bradley Date: Wed, 28 Jul 2021 10:42:19 -1000 Subject: [PATCH] Grbl.h does not need cstdint. --- Grbl_Esp32/src/Grbl.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/Grbl_Esp32/src/Grbl.h b/Grbl_Esp32/src/Grbl.h index c74f1d11..a800abf8 100644 --- a/Grbl_Esp32/src/Grbl.h +++ b/Grbl_Esp32/src/Grbl.h @@ -25,8 +25,6 @@ const char* const GRBL_VERSION = "2.1a"; const char* const GRBL_VERSION_BUILD = "20210326"; -#include - void grbl_init(); void run_once();