Fixed program checking and executing report

This commit is contained in:
2023-04-28 18:42:18 +03:00
parent 0b8f5a6950
commit b361b6b2fe
7 changed files with 159 additions and 48 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#include <gtest/gtest.h>
#include "grbl.h"
#include "machine.h"
#include "grbl_machine.h"
TEST(grbl_program, default_state) {
grbl::program pgm;