summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-11-27 10:40:51 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-11-27 10:40:51 -0600
commit5fe17528c22de1e6c8b591892ae97b2d327fbc21 (patch)
treefbbd038135ea81e42d9fc797964002f08f72ca2f
parentb9a979d03febbf3572a9f33e074eb7b640e166ef (diff)
downloadpx4-nuttx-5fe17528c22de1e6c8b591892ae97b2d327fbc21.tar.gz
px4-nuttx-5fe17528c22de1e6c8b591892ae97b2d327fbc21.tar.bz2
px4-nuttx-5fe17528c22de1e6c8b591892ae97b2d327fbc21.zip
Update README
-rwxr-xr-xnuttx/drivers/eeprom/README.txt7
1 files changed, 3 insertions, 4 deletions
diff --git a/nuttx/drivers/eeprom/README.txt b/nuttx/drivers/eeprom/README.txt
index 60938ccf4..c577865d1 100755
--- a/nuttx/drivers/eeprom/README.txt
+++ b/nuttx/drivers/eeprom/README.txt
@@ -63,10 +63,9 @@ EEPROM Device Support
drivers/mtd/at24xx.c
---------------------
- This is drier for I2C-based at24cxx EEPROM (at24c32 ,at24c64, at24c128,
- at24c256, at24c512). This driver driver is currently provided as an
- MTD driver but could easily be modified to support the character driver
- interface
+ This is a driver for I2C-based at24cxx EEPROM (at24c32, at24c64, at24c128,
+ at24c256, at24c512). This driver is currently provided as an MTD driver
+ but could easily be modified to support the character driver interface.
File Systems
============