mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 12:34:45 +00:00
2004-11-22 Ralf Corsepius <ralf.corsepius@rtems.org>
PR 721/tests * itronsem01/init.c: Fix bogus assert.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2004-11-22 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
PR 721/tests
|
||||
* itronsem01/init.c: Fix bogus assert.
|
||||
|
||||
2003-09-04 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* itronhello/init.c, itronhello/itronhello.doc, itronhello/system.h,
|
||||
|
||||
@@ -284,7 +284,7 @@ void ITRON_Init( void )
|
||||
|
||||
puts( "Init - sig_sem - semaphore 1 (count > maximum) - E_QOVR" );
|
||||
status = sig_sem( 1 );
|
||||
assert( status == E_OK );
|
||||
assert( status == E_QOVR );
|
||||
|
||||
/*
|
||||
* Exercise ref_sem
|
||||
|
||||
Reference in New Issue
Block a user