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:
parent
922e2ac1c9
commit
53c1392d4d
@ -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]");
|
||||
|
Loading…
Reference in New Issue
Block a user