From cb9bb9d13f5bb64634b36281589ae902bd3c0490 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 20 Oct 2015 14:47:10 -0500 Subject: CONFIGURE_IMFS_MEMFILE_BYTES_PER_BLOCK was undocumented and not error checked closes #2431. --- testsuites/psxtests/psximfs02/init.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testsuites') 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 -- cgit v1.2.3