1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-15 19:12:44 +01:00
RIOT/pkg/fatfs/fatfs_diskio/mtd
fabian18 a3a1c160ee mtd: Change API to return 0 on success
Returning the number of bytes written/read could return a negative integer
because a uint32_t is expected for the length in read()/write() operations.
2020-05-06 20:24:27 +02:00
..
include pkg*: fix doxygen grouping 2018-06-11 19:12:02 +02:00
Makefile pkg/fatfs: integrate diskio layer to mtd interface 2018-01-09 14:46:40 +01:00
mtd_diskio.c mtd: Change API to return 0 on success 2020-05-06 20:24:27 +02:00