f9-kernel icon indicating copy to clipboard operation
f9-kernel copied to clipboard

L4_Sleep can work?

Open gnitnaw opened this issue 8 years ago • 1 comments

Here is my code: https://github.com/gnitnaw/f9-kernel/blob/master/user/apps/led/main.c It works well.

At line 23 I would like to use L4_Sleep(L4_TimePeriod(1000)); to replace for loop. But I found it doesn't work. Is is normal? Thanks.

gnitnaw avatar Mar 08 '17 15:03 gnitnaw

@gnitnaw L4_TimePeriod takes microseconds as argument.

ahmedammar avatar Oct 26 '17 13:10 ahmedammar