forked from Imagelibrary/rtems
sptests/sp16: Change allocation sizes
This avoids problems with debugging enabled.
This commit is contained in:
@@ -60,10 +60,10 @@ rtems_task Task_2(
|
||||
);
|
||||
directive_failed( status, "rtems_task_set_priority" );
|
||||
|
||||
puts("TA2 - rtems_region_get_segment - wait on 3950 byte segment");
|
||||
puts("TA2 - rtems_region_get_segment - wait on 3750 byte segment");
|
||||
status = rtems_region_get_segment(
|
||||
Region_id[ 2 ],
|
||||
3950,
|
||||
3750,
|
||||
RTEMS_DEFAULT_OPTIONS,
|
||||
RTEMS_NO_TIMEOUT,
|
||||
&segment_address_2
|
||||
|
||||
Reference in New Issue
Block a user