write_command changes input
This commit is contained in:
@@ -92,7 +92,7 @@ public:
|
||||
|
||||
// SD Card Logging
|
||||
static void openLogFile(const char * const path);
|
||||
static void write_command(const char * const buf);
|
||||
static void write_command(char * const buf);
|
||||
|
||||
#if DISABLED(NO_SD_AUTOSTART) // Auto-Start auto#.g file handling
|
||||
static uint8_t autofile_index; // Next auto#.g index to run, plus one. Ignored by autofile_check when zero.
|
||||
|
||||
Reference in New Issue
Block a user