mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-17 18:43:50 +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.