mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
Fix recently introduced typo
This commit is contained in:
@@ -127,7 +127,7 @@
|
|||||||
*
|
*
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
#if !defined(CONFIG_NSH_ARCHINIT) i|| !defined(CONFIG_NSH_BUILTIN_APPS)
|
#if !defined(CONFIG_NSH_ARCHINIT) || !defined(CONFIG_NSH_BUILTIN_APPS)
|
||||||
static int do_composite_archinitialize(void)
|
static int do_composite_archinitialize(void)
|
||||||
{
|
{
|
||||||
#ifdef HAVE_SST25
|
#ifdef HAVE_SST25
|
||||||
|
|||||||
Reference in New Issue
Block a user