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) int main(void)
{ {
puts("Manual SPI peripheral driver test"); puts("Manual SPI peripheral driver test (see README.md)");
puts("Refer to the README.md file for more information.\n");
printf("There are %i SPI devices configured for your platform.\n", printf("There are %i SPI devices configured for your platform.\n",
(int)SPI_NUMOF); (int)SPI_NUMOF);