1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +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 drivers: add AT25xxx series EEPROM 2020-04-07 12:31:46 +02:00
at25xxx.c drivers/at25xxx: return read/written bytes to match MTD API 2020-04-17 11:32:06 +02:00
Makefile drivers: add AT25xxx series EEPROM 2020-04-07 12:31:46 +02:00