From 178a7bb95b449cf4a36ce0faee49efe4c221158a Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 24 Aug 2012 15:22:51 +0200 Subject: sptests/sp39: Increase clock tick interval Not every BSP supports a 250 micro seconds clock tick interval. For example PSIM. --- testsuites/sptests/sp39/system.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuites/sptests/sp39/system.h b/testsuites/sptests/sp39/system.h index 35458c8862..3ce8b839cc 100644 --- a/testsuites/sptests/sp39/system.h +++ b/testsuites/sptests/sp39/system.h @@ -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 -- cgit v1.2.3