1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/drivers/mtd
Benjamin Valentin 90751bcec1 mtd: fix return in mtd_erase()
If `.erase` is implemented we must return, not execute the
fallback code path

fixes #14988
2020-09-09 19:38:40 +02:00
..
Makefile mtd: add a low level generic driver for flash file system 2017-03-16 11:23:53 +01:00
Makefile.dep drivers: configure per driver dependency resolution 2020-07-20 14:32:16 +02:00
mtd-vfs.c mtd: Change API to return 0 on success 2020-05-06 20:24:27 +02:00
mtd.c mtd: fix return in mtd_erase() 2020-09-09 19:38:40 +02:00