mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-11-27 13:56:24 +00:00
Indentation in gcode_M100
This commit is contained in:
parent
b72238f406
commit
3e1bbd5e27
@ -57,9 +57,6 @@ void prt_hex_byte(unsigned int);
|
|||||||
void prt_hex_word(unsigned int);
|
void prt_hex_word(unsigned int);
|
||||||
int how_many_E5s_are_here(unsigned char*);
|
int how_many_E5s_are_here(unsigned char*);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
void gcode_M100() {
|
void gcode_M100() {
|
||||||
static int m100_not_initialized = 1;
|
static int m100_not_initialized = 1;
|
||||||
unsigned char* sp, *ptr;
|
unsigned char* sp, *ptr;
|
||||||
|
Loading…
Reference in New Issue
Block a user