Changeset 0c70535 in rtems


Ignore:
Timestamp:
03/15/18 14:44:45 (6 years ago)
Author:
Joel Sherrill <joel@…>
Branches:
5, master
Children:
dce920ae
Parents:
8ce93dc9
git-author:
Joel Sherrill <joel@…> (03/15/18 14:44:45)
git-committer:
Joel Sherrill <joel@…> (03/16/18 13:36:18)
Message:

mcf5272.h: Fix duplicate defintions for INT3

Closes #3344.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bsps/m68k/include/mcf5272/mcf5272.h

    r8ce93dc9 r0c70535  
    8989#define MCF5272_ICR1_INT3_IPL(x) ((x) << 20)
    9090#define MCF5272_ICR1_INT3_MASK   ((7) << 20)
    91 #define MCF5272_ICR1_INT3_PI     (bit(19))
    92 #define MCF5272_ICR1_INT3_IPL(x) ((x) << 16)
    93 #define MCF5272_ICR1_INT3_MASK   ((7) << 16)
     91#define MCF5272_ICR1_INT4_PI     (bit(19))
     92#define MCF5272_ICR1_INT4_IPL(x) ((x) << 16)
     93#define MCF5272_ICR1_INT4_MASK   ((7) << 16)
    9494#define MCF5272_ICR1_TMR0_PI     (bit(15))
    9595#define MCF5272_ICR1_TMR0_IPL(x) ((x) << 12)
Note: See TracChangeset for help on using the changeset viewer.