Skip to content

Commit

Permalink
Fix/update fps param paths
Browse files Browse the repository at this point in the history
  • Loading branch information
DasVinch committed Jan 13, 2022
1 parent d1c4f4a commit c9b5d83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AOloopControl/AOloopControl_aorun.c
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ int AOloopControl_aorun_RUN()


int RTpriority = functionparameter_GetParamValue_INT64(&fps,
".conf.procinfo.RTprio");
".procinfo.RTprio");



Expand Down
2 changes: 1 addition & 1 deletion AOloopControl/examples/cacaoloop-ex01-conf/aorunscript
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ if [ ! -f "$stepFile" ]; then

# Start DM comb
taskset_DMcomb="3"
sendFPScmd "setval DMcomb-${CACAO_DMINDEX}.conf.taskset ${taskset_DMcomb}"
sendFPScmd "setval DMcomb-${CACAO_DMINDEX}.procinfo.taskset ${taskset_DMcomb}"
sendFPScmd "runstart DMcomb-${CACAO_DMINDEX}"

touch ${stepFile}
Expand Down

0 comments on commit c9b5d83

Please sign in to comment.