mirror of
https://github.com/bdring/Grbl_Esp32.git
synced 2025-08-18 04:11:53 +02:00
Grbl.h does not need cstdint.
This commit is contained in:
@@ -25,8 +25,6 @@
|
|||||||
const char* const GRBL_VERSION = "2.1a";
|
const char* const GRBL_VERSION = "2.1a";
|
||||||
const char* const GRBL_VERSION_BUILD = "20210326";
|
const char* const GRBL_VERSION_BUILD = "20210326";
|
||||||
|
|
||||||
#include <cstdint>
|
|
||||||
|
|
||||||
void grbl_init();
|
void grbl_init();
|
||||||
void run_once();
|
void run_once();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user