Make claibration routine non blocking
This commit is contained in:
@@ -200,8 +200,7 @@ static shellmatta_retCode_t shell_cmd_cal(const shellmatta_handle_t handle,
|
||||
(void)arguments;
|
||||
(void)length;
|
||||
|
||||
calibration_sequence_shell_cmd(handle);
|
||||
return SHELLMATTA_OK;
|
||||
return calibration_sequence_shell_cmd(handle, arguments, length);
|
||||
}
|
||||
|
||||
static shellmatta_retCode_t shell_meminfo(const shellmatta_handle_t handle,
|
||||
|
Reference in New Issue
Block a user