forked from Imagelibrary/rtems
2009-05-19 Chris Johns <chrisj@rtems.org>
* sp04/tswitch.c: Lower sample count for small memory targets.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user