mirror of
https://github.com/apache/nuttx.git
synced 2026-08-21 13:38:28 +00:00
NSH library: Allow USB trace without a USB console
This commit is contained in:
parent
5f50951466
commit
71038156f4
1 changed files with 1 additions and 1 deletions
|
|
@ -310,7 +310,7 @@ static int do_composite_archinitialize(void)
|
|||
|
||||
int composite_archinitialize(void)
|
||||
{
|
||||
#if defined(CONFIG_NSH_ARCHINIT)
|
||||
#if defined(CONFIG_NSH_ARCHINIT) && defined(CONFIG_NSH_BUILTIN_APPS)
|
||||
return OK;
|
||||
#else
|
||||
return do_composite_archinitialize();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue