[rtems commit] sptests/sp02: Fix maximum task count

Sebastian Huber sebh at rtems.org
Fri Jun 14 14:22:55 UTC 2013


Module:    rtems
Branch:    master
Commit:    6f8adb073b0c1b4d2a638f99710fda4e99938332
Changeset: http://git.rtems.org/rtems/commit/?id=6f8adb073b0c1b4d2a638f99710fda4e99938332

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Fri Jun 14 13:04:43 2013 +0200

sptests/sp02: Fix maximum task count

---

 testsuites/sptests/sp02/system.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/testsuites/sptests/sp02/system.h b/testsuites/sptests/sp02/system.h
index 418c04d..aaf994b 100644
--- a/testsuites/sptests/sp02/system.h
+++ b/testsuites/sptests/sp02/system.h
@@ -37,7 +37,7 @@ rtems_task Task_3(
 #define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
 
 #define CONFIGURE_RTEMS_INIT_TASKS_TABLE
-#define CONFIGURE_MAXIMUM_TASKS             4
+#define CONFIGURE_MAXIMUM_TASKS             5
 
 /*
  *  Deliberately configure the IDLE Task's stack as greater than minimum




More information about the vc mailing list