summaryrefslogtreecommitdiffhomepage
path: root/digital/mimot/tools
diff options
context:
space:
mode:
authorNicolas Schodet2010-05-29 12:27:13 +0200
committerNicolas Schodet2010-05-29 12:27:13 +0200
commit22ac49f3a2481e729903db3772f53741b9c19f3c (patch)
treed5b7bd56580b89793821d7adfb140bde9253dc5c /digital/mimot/tools
parent0fb36e5ed136d4a388f5083c18990138b8ceedb5 (diff)
digital/mimot/tools: change blocking detection parameters
Diffstat (limited to 'digital/mimot/tools')
-rw-r--r--digital/mimot/tools/mimot/init.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/digital/mimot/tools/mimot/init.py b/digital/mimot/tools/mimot/init.py
index 3bf41dac..116cebb5 100644
--- a/digital/mimot/tools/mimot/init.py
+++ b/digital/mimot/tools/mimot/init.py
@@ -2,19 +2,19 @@
host = dict (
a0kp = 4,
a0a = 16, a0sm = 0x60, a0ss = 0x10,
- a0be = 256, a0bs = 0x04, a0bc = 20,
+ a0be = 256, a0bs = 0x18, a0bc = 5,
a1kp = 4,
a1a = 16, a1sm = 0x60, a1ss = 0x10,
- a1be = 256, a1bs = 0x04, a1bc = 20,
+ a1be = 256, a1bs = 0x18, a1bc = 5,
E = 0x3ff, D = 0x1ff,
)
target = dict (
a0kp = 4,
a0a = 16, a0sm = 0x60, a0ss = 0x10,
- a0be = 256, a0bs = 0x04, a0bc = 20,
+ a0be = 256, a0bs = 0x18, a0bc = 5,
a1kp = 4,
a1a = 16, a1sm = 0x60, a1ss = 0x10,
- a1be = 256, a1bs = 0x04, a1bc = 20,
+ a1be = 256, a1bs = 0x18, a1bc = 5,
E = 0x3ff, D = 0x1ff,
w = 0x03,
)