Changeset 89be4e7 in rtems


Ignore:
Timestamp:
11/23/14 00:25:12 (9 years ago)
Author:
Santosh G Vattam <vattam.santosh@…>
Branches:
4.11, 5, master
Children:
b46a31e
Parents:
ff1c613
git-author:
Santosh G Vattam <vattam.santosh@…> (11/23/14 00:25:12)
git-committer:
Joel Sherrill <joel.sherrill@…> (11/23/14 14:38:31)
Message:

rtems/score/object.h: Correct types on _Objects_Build_id

close 1423

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpukit/score/include/rtems/score/object.h

    rff1c613 r89be4e7  
    397397RTEMS_INLINE_ROUTINE Objects_Id _Objects_Build_id(
    398398  Objects_APIs     the_api,
    399   uint32_t         the_class,
    400   uint32_t         node,
    401   uint32_t         index
     399  uint16_t         the_class,
     400  uint8_t          node,
     401  uint16_t         index
    402402)
    403403{
Note: See TracChangeset for help on using the changeset viewer.