Implement (MSEC) using usleep() (#125)
authorPhil Burk <philburk@mobileer.com>
Sun, 27 Nov 2022 22:01:46 +0000 (14:01 -0800)
committerGitHub <noreply@github.com>
Sun, 27 Nov 2022 22:01:46 +0000 (14:01 -0800)
commit36a42cf251672481da028bb30eea1b16779b5f05
tree3a717ffdd30772828daeb3113d0319a9f8632e10
parente1fe6a3e5393fc9a90c8b2ad40b4c2092d551d57
Implement (MSEC) using usleep() (#125)

Use Sleep() on Windows.
Need platform specific code for embedded systems.

Check to see is (SLEEP) is implemented.
If not then use old busy loop code.

Fixes #112
csrc/pf_guts.h
csrc/pf_inner.c
csrc/pf_io.h
csrc/pf_io_none.c
csrc/pfcompil.c
csrc/posix/pf_io_posix.c
csrc/win32/pf_io_win32.c
fth/loadp4th.fth
fth/misc2.fth
platforms/unix/Makefile