mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-15 20:35:26 +08:00
The GCC warning -Wenum-conversion flagged the function i2c_transfer_wait_sema() which was treated as returning a mix of rtems_status_code and i2c_message_status. Changed to return an rtems_status_code uniformly.