Changeset 156b77a in rtems


Ignore:
Timestamp:
09/04/18 13:35:07 (6 years ago)
Author:
Joel Sherrill <joel@…>
Branches:
5, master
Children:
c1233a33
Parents:
023bd1d
git-author:
Joel Sherrill <joel@…> (09/04/18 13:35:07)
git-committer:
Joel Sherrill <joel@…> (10/18/18 17:05:40)
Message:

gen5200/mscan/mscan.c: Fix printf() format warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bsps/powerpc/gen5200/mscan/mscan.c

    r023bd1d r156b77a  
    749749  /* Set up interrupts */
    750750  if (!BSP_install_rtems_irq_handler(&(mpc5200_mscan_irq_data[minor])))
    751     rtems_panic("Can't attach MPC5x00 MSCAN interrupt handler %d\n", minor);
     751    rtems_panic("Can't attach MPC5x00 MSCAN interrupt handler %ld\n", minor);
    752752
    753753  /* basic setup for channel info. struct. */
Note: See TracChangeset for help on using the changeset viewer.