Skip to content
Snippets Groups Projects
Commit 724e9f56 authored by Marcio Teixeira's avatar Marcio Teixeira Committed by Scott Lahteine
Browse files

Removed "const" to match parser. (#10548)

parent 2e1939e8
Branches
Tags
No related merge requests found
......@@ -705,7 +705,7 @@ void GcodeSuite::process_next_command() {
*/
void GcodeSuite::process_subcommands_now_P(const char *pgcode) {
// Save the parser state
const char * const saved_cmd = parser.command_ptr;
char * const saved_cmd = parser.command_ptr;
// Process individual commands in string
while (pgm_read_byte_near(pgcode)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment