Details
Description
The function rX_SemWaitForSemaphoreCount() does not check if the wait has succeeded and always returns RX_OK. If the semaphore is equal to zero it should return a timeout error.
When the semaphore count is zero it should return RX_SEM_NO_COUNT as error.
This is an rcX V2.0 compatibility issue