Make claibration routine non blocking

This commit is contained in:
2020-05-11 21:59:08 +02:00
parent b9857745b1
commit 2614cea431
3 changed files with 180 additions and 88 deletions

View File

@@ -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,