diff --git a/config.h b/config.h index 0c5c64f..8c8c7e1 100644 --- a/config.h +++ b/config.h @@ -110,6 +110,4 @@ void store_setting(int parameter, double value); #define STEPPING_MASK (STEP_MASK | DIRECTION_MASK) // All stepping-related bits (step/direction) #define LIMIT_MASK ((1<>>" -// A character to acknowledge that the execution has started -#define EXECUTION_MARKER '~' - // Initialize the serial protocol void sp_init(); + // Read command lines from the serial port and execute them as they // come in. Blocks until the serial buffer is emptied. void sp_process();