Merge branch 'sangaboard-v5' into 'new_env_for_hw_serial'
# Conflicts: # src/modules/illumination/illumination.cpp
This commit is contained in:
commit
ffb0b04c03
4 changed files with 64 additions and 12 deletions
|
|
@ -223,6 +223,9 @@ void stage_mr(String command)
|
|||
parse_arguments(args, command, 3);
|
||||
EACH_MOTOR
|
||||
{
|
||||
if (i>3)
|
||||
continue;
|
||||
|
||||
displacement[i] = atol(args[i]);
|
||||
free(args[i]);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue