aboutsummaryrefslogtreecommitdiffstats
path: root/src/bluez_hci/ant_native_hci.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluez_hci/ant_native_hci.c')
-rw-r--r--src/bluez_hci/ant_native_hci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bluez_hci/ant_native_hci.c b/src/bluez_hci/ant_native_hci.c
index c2c453f..55cde44 100644
--- a/src/bluez_hci/ant_native_hci.c
+++ b/src/bluez_hci/ant_native_hci.c
@@ -798,6 +798,7 @@ ANTStatus ant_tx_message(ANT_U8 ucLen, ANT_U8 *pucMesg)
{
if(currentTime < endTime)
{
+ nanosleep((struct timespec[]){{0, 50000000}}, NULL);
ANT_DEBUG_V("Retrying. Current time = %d. "
"End time = %d", (int)currentTime, (int)endTime);