Skip to content
Snippets Groups Projects
Commit 7394517b authored by Gregory Nutt's avatar Gregory Nutt
Browse files

NSH library: Allow USB trace without a USB console

parent 21159573
No related branches found
No related tags found
No related merge requests found
......@@ -46,6 +46,9 @@
/************************************************************************************
* Pre-processor Definitions
************************************************************************************/
#define SAM_PWM_NCHANNELS 4 /* Four channels numbered 0..3 */
/* PWM Register Offsets *************************************************************/
#define SAM_PWM_CLK_OFFSET 0x0000 /* PWM Clock Register */
......
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment