You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by pk...@apache.org on 2022/10/23 06:28:58 UTC

[incubator-nuttx-apps] 03/07: Revert "system/spi: improve alignment in array initialization"

This is an automated email from the ASF dual-hosted git repository.

pkarashchenko pushed a commit to branch revert-1377-minor_fixes
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git

commit fcd367755e00a29f325347db59b8accf4a781af9
Author: Petro Karashchenko <pe...@gmail.com>
AuthorDate: Sun Oct 23 09:28:49 2022 +0300

    Revert "system/spi: improve alignment in array initialization"
    
    This reverts commit ef952aac9677235640aee525cf4e5f4e9d0b1ac1.
---
 system/spi/spi_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/system/spi/spi_main.c b/system/spi/spi_main.c
index b9a698142..63aa45d62 100644
--- a/system/spi/spi_main.c
+++ b/system/spi/spi_main.c
@@ -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 }
 };