mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
Revert "system/spi: improve alignment in array initialization"
This reverts commit ef952aac96.
This commit is contained in:
parent
f613d05496
commit
a7567ce7b6
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue