* 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

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 );
}