Reset MR sync in state 1
This commit is contained in:
+3
-1
@@ -53,7 +53,7 @@ if(static.VMState==-1) {
|
||||
|
||||
#- State 0
|
||||
else if(static.VMState==0) {
|
||||
|
||||
|
||||
#- Trigg MR sync for all virt axes
|
||||
mc_grp_set_mr_sync_next_poll(${GRP_ID_VA},1);
|
||||
|
||||
@@ -86,6 +86,8 @@ else if(static.VMState==0) {
|
||||
#- state change
|
||||
println('0 -> 1');
|
||||
static.VMState:=1;
|
||||
#- Disable MR sync for all virt axes
|
||||
mc_grp_set_mr_sync_next_poll(${GRP_ID_VA},0);
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user