mirror of
https://github.com/eddyem/stm32samples.git
synced 2026-03-22 01:31:21 +03:00
3steppersLB: seems like independent moving is OK
This commit is contained in:
@@ -338,7 +338,7 @@ TRUE_INLINE void parseCANcommand(CAN_message *msg){
|
||||
formerr(msg, ERR_WRONGLEN);
|
||||
goto sendmessage;
|
||||
}
|
||||
errcodes ec = cmdlist[Index].function(par, val);
|
||||
errcodes ec = cmdlist[Index](par, val);
|
||||
if(ec != ERR_OK){
|
||||
formerr(msg, ec);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user