summaryrefslogtreecommitdiff
path: root/nuttx/drivers/net
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-05-01 19:52:50 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-05-01 19:52:50 +0000
commit0a6c1fff8a08287f4053eeef680e4f13123f9b80 (patch)
tree87bbdd2f039df307bedc8da2abf10cd3191a2d18 /nuttx/drivers/net
parent48bbe68916ccaf0d2fa050e945bf650384ca624f (diff)
downloadpx4-nuttx-0a6c1fff8a08287f4053eeef680e4f13123f9b80.tar.gz
px4-nuttx-0a6c1fff8a08287f4053eeef680e4f13123f9b80.tar.bz2
px4-nuttx-0a6c1fff8a08287f4053eeef680e4f13123f9b80.zip
Add up_enc28j60.c
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2643 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/drivers/net')
-rwxr-xr-xnuttx/drivers/net/enc28j60.c5
1 files changed, 2 insertions, 3 deletions
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,