Revert "system/spi: improve alignment in array initialization"
This reverts commit ef952aac96
.
This commit is contained in:
parent
f613d05496
commit
a7567ce7b6
@ -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