[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Event set not being cleared
- Date: Fri, 23 May 2008 11:19:20 +0100
- From: simon at cliffestones.demon.co.uk (Simon Brown)
- Subject: Event set not being cleared
On 20/05/08 14:29:32, Joel Sherrill wrote:
>> status = rtems_event_receive(RTEMS_PENDING_EVENTS, RTEMS_EVENT_ANY
>> | RTEMS_WAIT, 1, &eventSet);
> You are not waiting for any events -- you are asking for the
> currently pending set.
Ah yes :-) that was a bit daft, I should have used RTEMS_ALL_EVENTS.
Thanks
Simon