Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
RCUupdate.py 179 B
from test_common import *

RCUs=[0,1,2,3];
setRCUmask(RCUs)
#for RCU in RCUs: 
setAntmask(RCUs,[True,True,True])

callmethod("RCU_update")
#callmethod("CLK_update")

disconnect();