From d54136e027d2565c582df056f873669d4b0ccd61 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 9 Jun 2007 20:39:21 +0000 Subject: Don't call usleep if signals are disabled git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@278 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/Documentation/NuttX.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nuttx/Documentation') diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html index c88c34154..bc4d64a16 100644 --- a/nuttx/Documentation/NuttX.html +++ b/nuttx/Documentation/NuttX.html @@ -608,6 +608,8 @@ Other memory: * include/nuttx/compiler.h: Fix for using SDCC with the Z80. * include/assert.h & arch/pjrc-8051/src/up_assert.c: SDCC does support __FILE__and __LINE__ (not tested) + * examples/ostest/barrier.c: Don't call usleep() when signals are + disabled. * Started m68322 -- cgit v1.2.3