Changeset 962904c in rtems


Ignore:
Timestamp:
09/23/22 06:37:23 (6 months ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
master
Children:
acf1e5b2
Parents:
74a78fb
git-author:
Sebastian Huber <sebastian.huber@…> (09/23/22 06:37:23)
git-committer:
Sebastian Huber <sebastian.huber@…> (09/23/22 06:37:59)
Message:

bsps: Fix format specifier

Close #4722.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bsps/shared/start/bspfatal-default.c

    r74a78fb r962904c  
    154154      _Thread_Get_name( executing, name, sizeof( name ) );
    155155      printk(
    156         "executing thread ID: 0x08%" PRIx32 "\n"
     156        "executing thread ID: 0x%08" PRIx32 "\n"
    157157        "executing thread name: %s\n",
    158158        executing->Object.id,
Note: See TracChangeset for help on using the changeset viewer.