Files
rtems/bsps
Joel Sherrill f1a5c225fe bsps/powerpc/gen5200/i2c/i2c.c: Fix enum conversion warnings
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.
2025-12-08 20:10:02 +00:00
..