From f0fef8e21fd0459b75b3e5faf318634e5befbdaf Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 10 Feb 2013 00:46:27 +0000 Subject: Fix a readline bug. If a NUL is received, it would return end-of-file git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5633 42af7a65-404d-4744-a932-0658087f49c3 --- apps/examples/cdcacm/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/examples/cdcacm/Kconfig') diff --git a/apps/examples/cdcacm/Kconfig b/apps/examples/cdcacm/Kconfig index 1e0b3f3ed..78fea4d0d 100644 --- a/apps/examples/cdcacm/Kconfig +++ b/apps/examples/cdcacm/Kconfig @@ -6,6 +6,7 @@ config EXAMPLES_CDCACM bool "CDC/ACM example" default n + depends on CDCACM ---help--- Enable the USB CDC/ACM class driver example -- cgit v1.2.3