mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-22 20:25:21 +08:00
2008-09-02 Ralf Corsépius <ralf.corsepius@rtems.org>
PR 1301/cpukit * sapi/src/debug.c: Let _Debug_Is_enabled return TRUE|FALSE.
This commit is contained in:
@@ -61,5 +61,5 @@ boolean _Debug_Is_enabled(
|
||||
rtems_debug_control level
|
||||
)
|
||||
{
|
||||
return (_Debug_Level & level);
|
||||
return (_Debug_Level & level) ? TRUE : FALSE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user