summaryrefslogtreecommitdiff
path: root/nuttx/drivers/net
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-23 15:22:27 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-23 15:22:27 +0000
commit885d507dd53d6f95c83397b7993431619cb08c5b (patch)
tree2cc14971d0b59608ac4f6c659b6d1b072baf2b5f /nuttx/drivers/net
parent5987a3825e81c2338497df61081d294ac4d16ae1 (diff)
downloadpx4-nuttx-885d507dd53d6f95c83397b7993431619cb08c5b.tar.gz
px4-nuttx-885d507dd53d6f95c83397b7993431619cb08c5b.tar.bz2
px4-nuttx-885d507dd53d6f95c83397b7993431619cb08c5b.zip
Shenzhou PHY address should be 0; make sure the F2/F4 bits are not set when using STM32 ethernet driver with F1
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5181 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/drivers/net')
-rw-r--r--nuttx/drivers/net/enc28j60.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/drivers/net/enc28j60.h b/nuttx/drivers/net/enc28j60.h
index 6f7f8f465..6a0553a95 100644
--- a/nuttx/drivers/net/enc28j60.h
+++ b/nuttx/drivers/net/enc28j60.h
@@ -78,7 +78,7 @@
*
* The last five locations (0x1b to 0x1f) of all banks point to a common set
* of registers: EIE, EIR, ESTAT, ECON2 and ECON1. These are key registers
- * usedin controlling and monitoring the operation of the device. Their
+ * used in controlling and monitoring the operation of the device. Their
* common mapping allows easy access without switching the bank.
*
* Control registers for the ENC28J60 are generically grouped as ETH, MAC and