Skip to content

Commit

Permalink
πŸ› Queue string followup (#22900)
Browse files Browse the repository at this point in the history
  • Loading branch information
tpruvot authored and thinkyhead committed Dec 25, 2021
1 parent 0018c94 commit 64128a5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Marlin/src/gcode/queue.h
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,12 @@ class GCodeQueue {
*/
static bool enqueue_one(FSTR_P const fgcode);

/**
* Enqueue with Serial Echo
* Return true on success
*/
static bool enqueue_one(const char *cmd);

/**
* Enqueue from program memory and return only when commands are actually enqueued
*/
Expand Down Expand Up @@ -253,12 +259,6 @@ class GCodeQueue {
// Process the next "immediate" command (SRAM)
static bool process_injected_command();

/**
* Enqueue with Serial Echo
* Return true on success
*/
static bool enqueue_one(const char *cmd);

static void gcode_line_error(FSTR_P const ferr, const serial_index_t serial_ind);

friend class GcodeSuite;
Expand Down

0 comments on commit 64128a5

Please sign in to comment.