From 0a6c1fff8a08287f4053eeef680e4f13123f9b80 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 1 May 2010 19:52:50 +0000 Subject: Add up_enc28j60.c git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2643 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/drivers/net/enc28j60.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'nuttx/drivers/net') diff --git a/nuttx/drivers/net/enc28j60.c b/nuttx/drivers/net/enc28j60.c index 3e3d59112..f988bace3 100755 --- a/nuttx/drivers/net/enc28j60.c +++ b/nuttx/drivers/net/enc28j60.c @@ -72,8 +72,7 @@ /* Configuration ************************************************************/ -/* All SPI settings can be specifed in the configuration. If not, some - * defaults will be provided. +/* ENC28J60 Configuration Settings: * * CONFIG_NET_ENC28J60 - Enabled ENC28J60 support * CONFIG_ENC28J60_OWNBUS - Set if the ENC28J60 is the only active device on @@ -84,7 +83,7 @@ * CONFIG_ENC28J60_NINTERFACES - Specifies the number of physical ENC28J60 * devices that will be supported. * CONFIG_ENC28J60_STATS - Collect network statistics - * CONFOG_ENC28J60_HALFDUPPLEX - Default is full duplex + * CONFIG_ENC28J60_HALFDUPPLEX - Default is full duplex */ /* The ENC28J60 spec says that is supports SPI mode 0,0 only. However, -- cgit v1.2.3