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
This commit is contained in:
parent
d69bb1466e
commit
3954977d11
|
@ -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
|
||||
</pre></ul>
|
||||
|
||||
|
|
Loading…
Reference in New Issue