Revert "Revert "system/spi: improve alignment in array initialization""

This reverts commit a7567ce7b63b3d3dc3c3c3cb30e7387e38d65266.
This commit is contained in:
Petro Karashchenko 2022-10-23 12:07:18 +02:00 committed by Xiang Xiao
parent 513662732d
commit 7bf9025f28

View File

@ -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 }
};