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

tests/*: replace #if ENABLE_DEBUG with IS_ACTIVE

This commit is contained in:
Bas Stottelaar 2020-10-23 00:41:04 +02:00
parent 922e2ac1c9
commit 53c1392d4d

View File

@ -50,9 +50,7 @@ static int _init(int argc, char **argv)
if (sdcard_spi_init(card, &sdcard_spi_params[0]) != 0) {
puts("[FAILED]");
#if ENABLE_DEBUG != 1
puts("enable debugging in sdcard_spi.c for further information!");
#endif
puts("enable debugging in sdcard_spi.c for more information!");
return -2;
}
puts("[OK]");