mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-25 03:40:11 +08:00
states*.h: Fix naming inconsistency and formatting
This commit is contained in:
@@ -27,7 +27,7 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
/**
|
||||
* @defgroup RTEMSScoreStates SuperCore Thread States
|
||||
* @defgroup RTEMSScoreStates Thread States
|
||||
*
|
||||
* @ingroup RTEMSScore
|
||||
*
|
||||
|
||||
@@ -287,7 +287,6 @@ RTEMS_INLINE_ROUTINE bool _States_Is_interruptible_by_signal (
|
||||
)
|
||||
{
|
||||
return (the_states & STATES_INTERRUPTIBLE_BY_SIGNAL);
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user