summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2014-01-16 12:51:40 +1100
committerLorenz Meier <lm@inf.ethz.ch>2014-01-16 08:04:47 +0100
commit353eaa23ed92943caa85ed051943b84c825216a2 (patch)
tree9d076f39b0edfdcf94e46df5b17fd2fa6744e9b6
parent7387831eb2354f22b37abebb9be712247ad6bd1a (diff)
downloadnuttx-353eaa23ed92943caa85ed051943b84c825216a2.tar.gz
nuttx-353eaa23ed92943caa85ed051943b84c825216a2.tar.bz2
nuttx-353eaa23ed92943caa85ed051943b84c825216a2.zip
ramtron: the driver has been tested now
-rw-r--r--nuttx/drivers/mtd/ramtron.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/drivers/mtd/ramtron.c b/nuttx/drivers/mtd/ramtron.c
index 8f6ae022d..44716cbe8 100644
--- a/nuttx/drivers/mtd/ramtron.c
+++ b/nuttx/drivers/mtd/ramtron.c
@@ -1,6 +1,6 @@
/************************************************************************************
* drivers/mtd/ramtron.c
- * Driver for SPI-based RAMTRON NVRAM Devices FM25V10 and others (not tested)
+ * Driver for SPI-based RAMTRON NVRAM Devices FM25V10 and others
*
* Copyright (C) 2011 Uros Platise. All rights reserved.
* Copyright (C) 2009-2010, 2012-2013 Gregory Nutt. All rights reserved.