mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-19 11:33:51 +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.