system/spi: improve alignment in array initialization
Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
parent
f6a86a578d
commit
ef952aac96
@ -55,7 +55,7 @@ static const struct cmdmap_s g_spicmds[] =
|
||||
{
|
||||
{ "?", spicmd_help, "Show help ", NULL },
|
||||
{ "bus", spicmd_bus, "List buses ", NULL },
|
||||
{ "exch", spicmd_exch, "SPI Exchange ", "[OPTIONS] [<hex senddata>]" },
|
||||
{ "exch", spicmd_exch, "SPI Exchange ", "[OPTIONS] [<hex senddata>]" },
|
||||
{ "help", spicmd_help, "Show help ", NULL },
|
||||
{ NULL, NULL, NULL, NULL }
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user