summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp04/tswitch.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/sp04/tswitch.c')
-rw-r--r--testsuites/sptests/sp04/tswitch.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/testsuites/sptests/sp04/tswitch.c b/testsuites/sptests/sp04/tswitch.c
index a622e6126c..5c22016a0b 100644
--- a/testsuites/sptests/sp04/tswitch.c
+++ b/testsuites/sptests/sp04/tswitch.c
@@ -10,7 +10,7 @@
*
* Output parameters: NONE
*
- * COPYRIGHT (c) 1989-2009.
+ * COPYRIGHT (c) 1989-2011.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -22,11 +22,10 @@
#include "system.h"
-#if BSP_SMALL_MEMORY
-struct taskSwitchLog taskSwitchLog[100];
-#else
-struct taskSwitchLog taskSwitchLog[1000];
-#endif
+/*
+ * Only require 10 task switches on sis/gdb. --joel 2 Feb 2011
+ */
+struct taskSwitchLog taskSwitchLog[25];
unsigned int taskSwitchLogIndex;
volatile int testsFinished;