lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-users] sys_msleep() implementation


From: Marko Panger
Subject: [lwip-users] sys_msleep() implementation
Date: Tue, 06 May 2008 09:53:42 +0200
User-agent: Thunderbird 2.0.0.12 (Windows/20080213)

Hi all,

I was looking at the implementation of sys_msleep() function in sys.c. As per default in crates a semaphore and then pends on it for the timeout value. Could I redefine this function in sys_arch.c to better suit my RTOS or is there any particular reason for such implementation ?

For example I would implement it as:

void sys_msleep(u32_t ms) {
TSK_Sleep(ms); }

Any thoughts ?

Thanks,
Marko





reply via email to

[Prev in Thread] Current Thread [Next in Thread]