Debug char
This commit is contained in:
parent
c3cc24242c
commit
21ee0612e3
2 changed files with 2 additions and 0 deletions
|
|
@ -572,6 +572,7 @@ void prepare_move_to_destination();
|
|||
void plan_cubic_move(const float offset[4]);
|
||||
#endif
|
||||
|
||||
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); }
|
||||
void serial_echopair_P(const char* s_P, float v) { serialprintPGM(s_P); SERIAL_ECHO(v); }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue