mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-18 02:53:52 +01:00
When using the I2C_NOSTOP flag the bus should remain in control. The current check assumes it must go to idle when reading. This adds a condition checks if the nostop flag is active and expects the bus status to be the owner of the bus.