1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

tests/mtd_raw: enable SD card erase

This commit is contained in:
Benjamin Valentin 2022-02-16 16:54:13 +01:00
parent 91ca757b9a
commit 0b4d5d7f91

View File

@ -7,6 +7,9 @@ USEMODULE += od
USEMODULE += mtd
USEMODULE += mtd_write_page
# enable true erase if MTD is an SD card
CFLAGS += -DCONFIG_MTD_SDCARD_ERASE=1
# Sometimes fails. See #16130.
TEST_ON_CI_BLACKLIST += esp32-wroom-32