diff --git a/tests/periph_spi/main.c b/tests/periph_spi/main.c index 3743a17d26..e68a779639 100644 --- a/tests/periph_spi/main.c +++ b/tests/periph_spi/main.c @@ -599,8 +599,7 @@ static const shell_command_t shell_commands[] = { int main(void) { - puts("Manual SPI peripheral driver test"); - puts("Refer to the README.md file for more information.\n"); + puts("Manual SPI peripheral driver test (see README.md)"); printf("There are %i SPI devices configured for your platform.\n", (int)SPI_NUMOF);