handle master side communication of openIMU300ZI module

Dependencies:   mbed

Dependents:   VDU_2021

Revision:
25:3dfd686ae315
Parent:
24:275e886bd61c
--- a/imu_driver.hpp	Thu Dec 19 14:41:25 2019 +0000
+++ b/imu_driver.hpp	Fri Dec 20 05:12:49 2019 +0000
@@ -195,7 +195,7 @@
     {
         if (m_extiConfig == ImuExtiRcvBothMsg) {
             receiveBurstMsgImpl();
-            wait_us(2);
+            wait_us(10);
             receiveAhrsMsgImpl();
         } else if (m_extiConfig == ImuExtiRcvNormalMsg) {
             receiveBurstMsgImpl();