1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/unittests/tests-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
..
Makefile unittests: add mtd unittests 2017-03-16 11:24:46 +01:00
Makefile.include unittests: add unit test for mtd-vfs 2017-03-16 18:19:05 +01:00
tests-mtd.c mtd: Change API to return 0 on success 2020-05-06 20:24:27 +02:00
tests-mtd.h unittests: add mtd unittests 2017-03-16 11:24:46 +01:00