Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
[fw/altos] / libaltos / libaltos_windows.c
index 846e2217b4c7799ec155cd9870264eb798165b77..03c2958f52bc1a63b1a0dc71c01eb43a82472e8a 100644 (file)
@@ -760,3 +760,9 @@ altos_bt_open(struct altos_bt_device *device)
        }
        return &file->file;
 }
+
+void
+altos_pause_one_second(void)
+{
+       Sleep(1000);
+}