mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-02-04 20:51:36 +00:00
This change was made to address GCC -Wtype-limits warnings. In this case, the counter variable was uint16_t but the value of ALTERA_EPCQ_CONTROLLER2_1US_TIMEOUT_VALUE was too large for uint16_t.