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

Add correct error code checking for i2c NACK #7

Closed MrKevinWeiss closed 5 years ago

MrKevinWeiss commented 5 years ago

Sometimes we get EIO and other times it is ENXIO. I believe it should be ENXIO for a nack on ADDR and EIO for nack on data...

Make that a todo. It will break things though.