1
0
mirror of https://github.com/bdring/Grbl_Esp32.git synced 2025-08-15 19:14:06 +02:00

Grbl.h does not need cstdint.

This commit is contained in:
Mitch Bradley
2021-07-28 10:42:19 -10:00
parent c925a96b67
commit 2c3982d520

View File

@@ -25,8 +25,6 @@
const char* const GRBL_VERSION = "2.1a";
const char* const GRBL_VERSION_BUILD = "20210326";
#include <cstdint>
void grbl_init();
void run_once();