Am 31.01.2015 um 16:26 schrieb Baptiste Clenet:
Hello,

I use the sleep function and it seems that it blocks the other threads
while sleeping. Has someone got the same problem?
I use sleep in the main thread with RPL_UDP example.

Hi,

there is no such function in RIOT.

You are probably want to use hwtimer_wait().

I assume you are using native, so you are calling your Linux sleep function, which will indeed stop the whole RIOT process in your Linux system.

Best
Christian

_______________________________________________
devel mailing list
[email protected]
http://lists.riot-os.org/mailman/listinfo/devel

Reply via email to