From a1c219b8fdfa32c7db8c37aad9714f4f42fa6695 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Mon, 18 May 2009 23:49:15 +0000 Subject: 2009-05-19 Chris Johns * sp04/tswitch.c: Lower sample count for small memory targets. --- testsuites/sptests/sp04/tswitch.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'testsuites/sptests/sp04') diff --git a/testsuites/sptests/sp04/tswitch.c b/testsuites/sptests/sp04/tswitch.c index bb0cfc7513..9323dda9a9 100644 --- a/testsuites/sptests/sp04/tswitch.c +++ b/testsuites/sptests/sp04/tswitch.c @@ -22,7 +22,11 @@ #include "system.h" +#if BSP_SMALL_MEMORY +struct taskSwitchLog taskSwitchLog[100]; +#else struct taskSwitchLog taskSwitchLog[1000]; +#endif unsigned int taskSwitchLogIndex; volatile int testsFinished; -- cgit v1.2.3