summaryrefslogtreecommitdiff
path: root/apps/examples/smart_test
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-05-03 12:52:33 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-05-03 12:52:33 -0600
commit1092e4b16395d945517b9bcbc2c48828fbe9303c (patch)
treee2171ab3f21ae1e0610903694901c776a7e1a1d8 /apps/examples/smart_test
parent2567deb0338a774086231fbb778b639c10398cc1 (diff)
downloadpx4-nuttx-1092e4b16395d945517b9bcbc2c48828fbe9303c.tar.gz
px4-nuttx-1092e4b16395d945517b9bcbc2c48828fbe9303c.tar.bz2
px4-nuttx-1092e4b16395d945517b9bcbc2c48828fbe9303c.zip
Rearchitecting of some MTD, partition, SMART interfaces, and FLASH drivers to: Better use the byte write capbility when available and to use smaller erase sectors for the erase sector size when available).
Diffstat (limited to 'apps/examples/smart_test')
-rw-r--r--apps/examples/smart_test/smart_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/smart_test/smart_test.c b/apps/examples/smart_test/smart_test.c
index 3f8e42449..efce1b0bf 100644
--- a/apps/examples/smart_test/smart_test.c
+++ b/apps/examples/smart_test/smart_test.c
@@ -53,7 +53,7 @@
****************************************************************************/
#define SMART_TEST_LINE_COUNT 2000
-#define SMART_TEST_SEEK_WRITE_COUNT 12000
+#define SMART_TEST_SEEK_WRITE_COUNT 2000
/****************************************************************************
* Private data