samples/fileio: Fix configuration

This commit is contained in:
Sebastian Huber
2014-04-03 12:52:33 +02:00
parent 494c2e3002
commit 1a6093dc60

View File

@@ -48,7 +48,7 @@ rtems_task Init(
#endif #endif
#define CONFIGURE_MAXIMUM_POSIX_KEYS 1 #define CONFIGURE_MAXIMUM_POSIX_KEYS 1
#define CONFIGURE_MAXIMUM_POSIX_KEY_VALUE_PAIRS 1 #define CONFIGURE_MAXIMUM_POSIX_KEY_VALUE_PAIRS 2
#if FILEIO_BUILD #if FILEIO_BUILD
#define CONFIGURE_APPLICATION_NEEDS_LIBBLOCK #define CONFIGURE_APPLICATION_NEEDS_LIBBLOCK