sptests/sp39: Increase clock tick interval

Not every BSP supports a 250 micro seconds clock tick interval.  For
example PSIM.
This commit is contained in:
Sebastian Huber
2012-08-24 15:22:51 +02:00
parent f7513a0486
commit 178a7bb95b

View File

@@ -26,7 +26,7 @@ rtems_task Init(
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
#define CONFIGURE_MICROSECONDS_PER_TICK 250
#define CONFIGURE_MICROSECONDS_PER_TICK 1000
#define CONFIGURE_MAXIMUM_TASKS 2
#define CONFIGURE_MAXIMUM_TIMERS 1