forked from Imagelibrary/rtems
sptests/spintrcritical17: Increase tick interval
This helps to complete the test in case the compiler optimization is disabled.
This commit is contained in:
@@ -151,7 +151,7 @@ rtems_task Init( rtems_task_argument ignored )
|
||||
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
|
||||
#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
|
||||
|
||||
#define CONFIGURE_MICROSECONDS_PER_TICK 1000
|
||||
#define CONFIGURE_MICROSECONDS_PER_TICK 2000
|
||||
|
||||
#define CONFIGURE_MAXIMUM_TASKS 2
|
||||
#define CONFIGURE_MAXIMUM_TIMERS 4
|
||||
|
||||
Reference in New Issue
Block a user