RIOT-OS / RobotFW-tests

Includes tests for RIOT based on the Robot Framework
GNU Lesser General Public License v2.1
4 stars 13 forks source link

fix: adapt tests/periph_i2c to API change #32

Closed smlng closed 5 years ago

smlng commented 5 years ago

Recently the I2C API in RIOT changed, so that i2c_release does not have a return value anymore.

This is kind of urgent to fix our i2c tests

MrKevinWeiss commented 5 years ago

Yup, need to update to the API change. Should we also bump the RIOT version?