tests/periph_spi: compact help messages a bit to shave off some bytes

This commit is contained in:
Kaspar Schleiser 2021-02-25 12:38:00 +01:00
parent eaabcac205
commit 0f8c0c3f1a

View File

@ -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);