busvoodoo: set LED when HiZ is started

This commit is contained in:
King Kévin 2018-01-24 21:30:03 +01:00
parent b875d88bd5
commit 1633972d8d
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ static bool busvoodoo_hiz_setup(char** prefix, const char* line)
{
(void)line; // no configuration is required
*prefix = "HiZ"; // set command line prefix
led_blink(0, 1); // switch blue LED on to show we are ready
return true;
}