Patch some serial macros
This commit is contained in:
parent
d91710e9aa
commit
e94f79ccea
24 changed files with 273 additions and 273 deletions
|
|
@ -89,7 +89,7 @@ void vector_3::debug(const char * const title) {
|
|||
SERIAL_PROTOCOL_F(y, 6);
|
||||
SERIAL_PROTOCOLPGM(" z: ");
|
||||
SERIAL_PROTOCOL_F(z, 6);
|
||||
SERIAL_EOL;
|
||||
SERIAL_EOL();
|
||||
}
|
||||
|
||||
void apply_rotation_xyz(matrix_3x3 matrix, float &x, float &y, float &z) {
|
||||
|
|
@ -152,7 +152,7 @@ void matrix_3x3::debug(const char * const title) {
|
|||
SERIAL_PROTOCOLCHAR(' ');
|
||||
count++;
|
||||
}
|
||||
SERIAL_EOL;
|
||||
SERIAL_EOL();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue