From 8ee1e79d03593ece21548dd288a42f83503716ea Mon Sep 17 00:00:00 2001 From: Oleg Evseev Date: Mon, 19 Jun 2017 15:05:06 +0000 Subject: [PATCH] fix copy-paste typo in nsh_usbconsole.c --- nshlib/nsh_usbconsole.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nshlib/nsh_usbconsole.c b/nshlib/nsh_usbconsole.c index e766ead9b..84f04f039 100644 --- a/nshlib/nsh_usbconsole.c +++ b/nshlib/nsh_usbconsole.c @@ -52,7 +52,7 @@ # include #endif -#ifdef CONFIG_CDCACM +#ifdef CONFIG_PL2303 # include #endif