Compare commits
No commits in common. "ee585c187ef39099a366322ab2069e20d4ea51d3" and "69831cac23cc312e2472dde7dbe4c00a6d32df0e" have entirely different histories.
ee585c187e
...
69831cac23
1 changed files with 3 additions and 3 deletions
|
|
@ -52,9 +52,9 @@ def AHBGOa():
|
|||
SSDe = SSDb
|
||||
default_config()
|
||||
atriggers(1,TBITS(BGO))
|
||||
for c in SSDa+SSDb+SSDc: thres(1,c,5)
|
||||
for c in BGO: thres(1,c,5)
|
||||
for c in SSDd+SSDe: thres(0,c,5)
|
||||
for c in SSDa+SSDb+SSDc: thres(1,c,8)
|
||||
for c in BGO: thres(1,c,8)
|
||||
for c in SSDd+SSDe: thres(0,c,8)
|
||||
|
||||
|
||||
def aenable(sl=None, hk=True, ev=True, what=None, **aa):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue