mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
2009-10-14 Ralf Corsépius <ralf.corsepius@rtems.org>
* tmck/task1.c: Remove support for "unix".
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2009-10-14 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* tmck/task1.c: Remove support for "unix".
|
||||
|
||||
2009-08-10 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* tm08/task1.c: Convert calls to legacy routine rtems_clock_get(
|
||||
|
||||
@@ -156,12 +156,7 @@ void check_read_timer()
|
||||
* consider valid for our testing purposes.
|
||||
*/
|
||||
printf( "TOO LONG (%d) at index %d!!!\n", end_time, index );
|
||||
#if defined(unix)
|
||||
index--;
|
||||
continue;
|
||||
#else
|
||||
rtems_test_exit( 1 );
|
||||
#endif
|
||||
}
|
||||
else
|
||||
Distribution[ end_time ]++;
|
||||
|
||||
Reference in New Issue
Block a user