sptests/sp16: Change allocation sizes

This avoids problems with debugging enabled.
This commit is contained in:
Sebastian Huber
2013-06-25 16:57:38 +02:00
parent 3948a0b381
commit b64e8dc070
4 changed files with 36 additions and 34 deletions

View File

@@ -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