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(i2c): Add i2c acquire and release to NACK check #4

Closed MrKevinWeiss closed 5 years ago

MrKevinWeiss commented 5 years ago

Since we must acquire before doing anything with the bus the test is wrong. This should fix it and also fix the failing frdm-k22f board in the HiL

Fixes #3