summaryrefslogtreecommitdiff
path: root/digital/io-hub/src/apbirthday
diff options
context:
space:
mode:
Diffstat (limited to 'digital/io-hub/src/apbirthday')
-rw-r--r--digital/io-hub/src/apbirthday/hardware.host.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/digital/io-hub/src/apbirthday/hardware.host.cc b/digital/io-hub/src/apbirthday/hardware.host.cc
index fcb27030..ba25401b 100644
--- a/digital/io-hub/src/apbirthday/hardware.host.cc
+++ b/digital/io-hub/src/apbirthday/hardware.host.cc
@@ -66,6 +66,9 @@ Hardware::Hardware ()
dev_uart.block (false);
zb_uart.block (false);
usb.block (false);
+ /// To avoid race condition between python and C, wait some cycle before
+ /// continuing.
+ wait ();
}
void