Sebastian Huber started a new discussion on cpukit/include/rtems/thread.h: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/100#note_108443 > _Semaphore_Wait( counting_semaphore ); > } > > +static __inline int rtems_counting_semaphore_wait_timed_ticks( > + rtems_counting_semaphore *counting_semaphore, > + uint32_t ticks The `ticks` should be aligned with `counting_semaphore`. -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/100#note_108443 You're receiving this email because of your account on gitlab.rtems.org.
_______________________________________________ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
