From 0f8c0c3f1ac5ec8adc1a783bd63cd99fe95bb9cb Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Thu, 25 Feb 2021 12:38:00 +0100 Subject: [PATCH] tests/periph_spi: compact help messages a bit to shave off some bytes --- tests/periph_spi/main.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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);