bsp/mpc55xx: Add union name

This commit is contained in:
Sebastian Huber
2012-07-17 15:00:47 +02:00
parent afcbd3b251
commit c44b517f87

View File

@@ -64,7 +64,7 @@ extern "C" {
/* MODULE : eDMA */ /* MODULE : eDMA */
/****************************************************************************/ /****************************************************************************/
struct EDMA_tag { struct EDMA_tag {
union { union EDMA_CR_tag {
uint32_t R; uint32_t R;
struct { struct {
#if MPC55XX_CHIP_TYPE / 10 == 567 #if MPC55XX_CHIP_TYPE / 10 == 567