mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
More support for SLIP data link protocol
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3370 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
+1
-1
@@ -72,7 +72,7 @@
|
||||
/* Configuration ************************************************************/
|
||||
|
||||
#if UIP_LLH_LEN > 0
|
||||
# error "CONFIG_NET_LLH_LEN must be set to zero"
|
||||
# error "UIP_LLH_LEN must be set to zero"
|
||||
#endif
|
||||
|
||||
#ifndef CONFIG_SLIP_STACKSIZE
|
||||
|
||||
@@ -39,7 +39,7 @@ USBHOST_CSRCS = hid_parser.c
|
||||
ifeq ($(CONFIG_USBHOST),y)
|
||||
USBHOST_CSRCS += usbhost_registry.c usbhost_registerclass.c usbhost_findclass.c
|
||||
USBHOST_CSRCS += usbhost_enumerate.c usbhost_storage.c usbhost_hidkbd.c
|
||||
#ifeq ($(CONFIG_NET),y)
|
||||
USBHOST_CSRCS += usbhost_rtl8187.c
|
||||
#endif
|
||||
ifeq ($(CONFIG_NET),y)
|
||||
USBHOST_CSRCS += usbhost_rtl8187.c
|
||||
endif
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user