mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-22 13:03:54 +01:00
The MTD API expects read() to return the number of read bytes and write() to return the number of written bytes. So change the driver API to match that.