Compare commits

..

No commits in common. "ee585c187ef39099a366322ab2069e20d4ea51d3" and "69831cac23cc312e2472dde7dbe4c00a6d32df0e" have entirely different histories.

View file

@ -52,9 +52,9 @@ def AHBGOa():
SSDe = SSDb SSDe = SSDb
default_config() default_config()
atriggers(1,TBITS(BGO)) atriggers(1,TBITS(BGO))
for c in SSDa+SSDb+SSDc: thres(1,c,5) for c in SSDa+SSDb+SSDc: thres(1,c,8)
for c in BGO: thres(1,c,5) for c in BGO: thres(1,c,8)
for c in SSDd+SSDe: thres(0,c,5) for c in SSDd+SSDe: thres(0,c,8)
def aenable(sl=None, hk=True, ev=True, what=None, **aa): def aenable(sl=None, hk=True, ev=True, what=None, **aa):