mirror of
https://github.com/apache/nuttx.git
synced 2026-08-15 01:13:29 +00:00
Fix recently introduced typo
This commit is contained in:
parent
a782eb7e67
commit
bc81762bef
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
#ifdef HAVE_SST25
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue