summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2015-10-20 14:47:10 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2015-10-27 07:31:29 -0500
commit69be1a222ae173e5cdd5c3cc47eab78e65299c72 (patch)
treebe3be12dd0b434799d3ba4b18d9b46294f7d07ee /testsuites
parentbasdefs.h: Add and use RTEMS_PACKED (diff)
downloadrtems-69be1a222ae173e5cdd5c3cc47eab78e65299c72.tar.bz2
CONFIGURE_IMFS_MEMFILE_BYTES_PER_BLOCK was undocumented and not error checked
closes #2431.
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/psxtests/psximfs02/init.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/psxtests/psximfs02/init.c b/testsuites/psxtests/psximfs02/init.c
index d372a6f11b..2a55d08f38 100644
--- a/testsuites/psxtests/psximfs02/init.c
+++ b/testsuites/psxtests/psximfs02/init.c
@@ -1,5 +1,5 @@
/*
- * COPYRIGHT (c) 1989-2014.
+ * COPYRIGHT (c) 1989-2015.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -211,7 +211,7 @@ rtems_task Init(
#define CONFIGURE_FILESYSTEM_IMFS
#define CONFIGURE_MAXIMUM_TASKS 1
-#define CONFIGURE_IMFS_MEMFILE_BYTES_PER_BLOCK 15
+#define CONFIGURE_IMFS_MEMFILE_BYTES_PER_BLOCK 16
#define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS 4
#define CONFIGURE_INITIAL_EXTENSIONS RTEMS_TEST_INITIAL_EXTENSION