mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-25 21:15:53 +08:00
libblock: Fix state descriptions
This commit is contained in:
@@ -296,7 +296,7 @@ void
|
||||
rtems_bdbuf_show_users (const char* where, rtems_bdbuf_buffer* bd)
|
||||
{
|
||||
const char* states[] =
|
||||
{ "FR", "EM", "CH", "AC", "AM", "MD", "SY", "TR" };
|
||||
{ "FR", "EM", "CH", "AC", "AM", "AE", "AP", "MD", "SY", "TR", "TP" };
|
||||
|
||||
printf ("bdbuf:users: %15s: [%" PRIu32 " (%s)] %td:%td = %" PRIu32 " %s\n",
|
||||
where,
|
||||
|
||||
Reference in New Issue
Block a user