tx_event_flags_get don't trigger if ULONG *actual_flags_ptr is NULL
Hi i have a question about tx_event_flags_get function i was using the function like this: tx_event_flags_get(&Flags, 0x01, TX_OR ,NULL, TX_WAIT_FOREVER); with a NULL -> ((void *)0) for the actual_flags_ptr parameter and worked fine , i '...