Skip to content
Snippets Groups Projects

Branch l2 dts 244

Merged Boudewijn Hut requested to merge branch_L2DTS-244 into main
Files
3
+ 6
0
RCU2L = [0, 1, 2, 3, 4, 5]
RCU2H = [8, 9]
# RCU2H = [8]
RCU2Hpwr = [8] # Should be even numbers
RCU2Hctl = [9] # Should be even numbers
# RCU2Hctl = [rcu + 1 for rcu in RCU2Hpwr] # This is then odd numbers
Loading