forked from Imagelibrary/rtems
2007-10-31 Joel Sherrill <joel.sherrill@oarcorp.com>
* include/mpc5200.h: Fix typo.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2007-10-31 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/mpc5200.h: Fix typo.
|
||||
|
||||
2007-10-30 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/mpc5200.h: Fix constants off by one nibble.
|
||||
|
||||
@@ -578,7 +578,7 @@ typedef struct mpc5200_
|
||||
#define GPIO_SIST_SINT_2_PSC3_8_PIN_STATUS 0x04000000
|
||||
#define GPIO_SIST_SINT_1_PSC3_5_PIN_STATUS 0x02000000
|
||||
#define GPIO_SIST_SINT_0_PSC3_4_PIN_STATUS 0x01000000
|
||||
#define GPIO_SIST_SINT_7_ETH_16_PIN_VALUE 0x008000000
|
||||
#define GPIO_SIST_SINT_7_ETH_16_PIN_VALUE 0x00800000
|
||||
#define GPIO_SIST_SINT_6_ETH_15_PIN_VALUE 0x00400000
|
||||
#define GPIO_SIST_SINT_5_ETH_14_PIN_VALUE 0x00200000
|
||||
#define GPIO_SIST_SINT_4_ETH_13_PIN_VALUE 0x00100000
|
||||
|
||||
Reference in New Issue
Block a user