busvoodoo: improve instructions

This commit is contained in:
King Kévin 2018-01-24 22:17:32 +01:00
parent 33b5b0352b
commit 77263ecaa2
1 changed files with 2 additions and 2 deletions

View File

@ -640,7 +640,7 @@ static void busvoodoo_hiz_command_test_self(void* argument)
{
(void)argument; // we won't use the argument
printf("performing self-test\n");
printf("remove all cables from connectors\n");
printf("remove all cables from connectors and press space to start (or any other key to abort)\n");
if (wait_space()) {
if (busvoodoo_hiz_test_self()) { // perform self-test
led_blink(0, 1.0); // show blue OK LED
@ -661,7 +661,7 @@ static void busvoodoo_hiz_command_test_pins(void* argument)
{
(void)argument; // we won't use the argument
printf("performing pins test\n");
printf("remove all cables from connectors\n");
printf("remove all cables from connectors and press space to start (or any other key to abort)\n");
if (wait_space()) {
if (busvoodoo_hiz_test_pins()) { // perform pin test
led_blink(0, 1.0); // show blue OK LED