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

This reverts commit ef952aac96.
This commit is contained in:
Petro Karashchenko 2022-10-23 09:28:49 +03:00
parent f613d05496
commit a7567ce7b6

View File

@ -55,7 +55,7 @@ static const struct cmdmap_s g_spicmds[] =
{ {
{ "?", spicmd_help, "Show help ", NULL }, { "?", spicmd_help, "Show help ", NULL },
{ "bus", spicmd_bus, "List buses ", 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 }, { "help", spicmd_help, "Show help ", NULL },
{ NULL, NULL, NULL, NULL } { NULL, NULL, NULL, NULL }
}; };