Pi Firmware: indentation

Change-Id: I03225bd4178ff2f3a7edff91fe9bafa2a1e5ae2b
pull/39/head
David Banks 2019-03-09 10:20:35 +00:00
rodzic 81d69fd16c
commit 2fa2a2a6aa
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -78,7 +78,7 @@ static param_t params[] = {
{ HALF, "Half", 0, 1, 1 }, { HALF, "Half", 0, 1, 1 },
{ DIVIDER, "Divider", 6, 8, 2 }, { DIVIDER, "Divider", 6, 8, 2 },
{ DELAY, "Delay", 0, 15, 1 }, { DELAY, "Delay", 0, 15, 1 },
{ SIXBIT,"Six bits", 0, 1, 1 }, { SIXBIT, "Six bits", 0, 1, 1 },
{ -1, NULL, 0, 0, 1 } { -1, NULL, 0, 0, 1 }
}; };