forked from Imagelibrary/rtems
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user