summaryrefslogtreecommitdiffhomepage
path: root/host/mex/mex/hub.py
diff options
context:
space:
mode:
Diffstat (limited to 'host/mex/mex/hub.py')
-rw-r--r--host/mex/mex/hub.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/host/mex/mex/hub.py b/host/mex/mex/hub.py
index 79b18286..5255ae1d 100644
--- a/host/mex/mex/hub.py
+++ b/host/mex/mex/hub.py
@@ -143,6 +143,10 @@ class Hub:
assert self.wait_date >= self.hub.date
else:
self.wait_date = None
+ elif m.mtype == mex.DATE:
+ date = Msg (mex.DATE)
+ date.push ('L', self.hub.date)
+ self.send (date)
elif m.mtype == mex.REQ:
m.pop ('B')
mr = Msg (mex.REQ)