mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-27 15:00:16 +00:00
Removed ifdef on go32.
This commit is contained in:
@@ -157,7 +157,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) || defined(go32)
|
||||
#if defined(unix)
|
||||
index--;
|
||||
continue;
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user