libaltos: Build the linux library targets when doing a 'fat' build
[fw/altos] / libaltos / libaltos.c
index 69a6735f50e72febc28db62726d9f80760d2a8f7..fc949c7020a2e8143f5c5f83238ebda3cb4b1003 100644 (file)
@@ -765,6 +765,7 @@ altos_bt_open(struct altos_bt_device *device)
                altos_set_last_posix_error();
                goto no_link;
        }
+       usleep(100 * 1000);
 
 #ifdef USE_POLL
        pipe(file->pipe);