* spintrcritical01/init.c: Fixed warning fix.
This commit is contained in:
Sebastian Huber
2011-05-20 14:07:52 +00:00
parent 4bd005e1c6
commit 8650ba2751
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -1,3 +1,7 @@
2011-05-20 Sebastian Huber <sebastian.huber@embedded-brains.de>
* spintrcritical01/init.c: Fixed warning fix.
2011-05-13 Sebastian Huber <sebastian.huber@embedded-brains.de>
* sp21/init.c, sp21/sp21.doc sp21/sp21.scn: New test cases.
+1 -1
View File
@@ -84,7 +84,7 @@ rtems_timer_service_routine test_release_from_isr(
}
status = rtems_semaphore_release( Semaphore );
directive_failed( status, "release" );
directive_failed_with_level( status, "release", -1 );
}