1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/drivers/at25xxx
Benjamin Valentin 8a2a936726 drivers/at25xxx: return read/written bytes to match MTD API
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.
2020-04-17 11:32:06 +02:00
..
include
at25xxx.c drivers/at25xxx: return read/written bytes to match MTD API 2020-04-17 11:32:06 +02:00
Makefile