Patch up some flaws, here and there
This commit is contained in:
parent
dddaeb3f8c
commit
938e6d15c4
5 changed files with 14 additions and 5 deletions
|
|
@ -572,6 +572,7 @@ void set_current_from_steppers_for_axis(AxisEnum axis);
|
|||
void plan_cubic_move(const float offset[4]);
|
||||
#endif
|
||||
|
||||
void serial_echopair_P(const char* s_P, const char *v) { serialprintPGM(s_P); SERIAL_ECHO(v); }
|
||||
void serial_echopair_P(const char* s_P, char v) { serialprintPGM(s_P); SERIAL_CHAR(v); }
|
||||
void serial_echopair_P(const char* s_P, int v) { serialprintPGM(s_P); SERIAL_ECHO(v); }
|
||||
void serial_echopair_P(const char* s_P, long v) { serialprintPGM(s_P); SERIAL_ECHO(v); }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue