mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-02-05 21:21:38 +00:00
Fixes -Wsign-compare compile warnings in CAN code. This introduces the change in rtems_ctucanfd_initialize where ntxbufs is changed from int to unsigned int, thus making the ntxbufs < 0 obsolete. Signed-off-by: Michal Lenc <michallenc@seznam.cz>