Implemented the 'try' in sys_mbox_trypost (returning ERR_MEM if the mbox is full).

This commit is contained in:
goldsimon 2008-01-06 14:16:30 +00:00
parent cd55e0b82b
commit be3fc99aba

View File

@ -42,12 +42,6 @@
#include <lwip/debug.h>
#include <lwip/sys.h>
int MySleep(DWORD x)
{
Sleep(x);
return 0;
}
/* These functions are used from NO_SYS also, for precise timer triggering */
LARGE_INTEGER freq, sys_start_time;