* mpc55xx/include/fsl-mpc567x.h: Added EQADC as an alias to EQADC_A.
This commit is contained in:
Sebastian Huber
2011-10-10 08:37:07 +00:00
parent e2d3e37192
commit fcec9c4caa
2 changed files with 5 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2011-10-10 Sebastian Huber <sebastian.huber@embedded-brains.de>
* mpc55xx/include/fsl-mpc567x.h: Added EQADC as an alias to EQADC_A.
2011-10-10 Sebastian Huber <sebastian.huber@embedded-brains.de>
PR 1928/bsps:

View File

@@ -6555,6 +6555,7 @@ extern "C" {
#define EDMA_B (*( volatile struct EDMA_tag *) 0xFFF54000)
#define EQADC_A (*( volatile struct EQADC_tag *) 0xFFF80000)
#define EQADC EQADC_A
#define EQADC_B (*( volatile struct EQADC_tag *) 0xFFF84000)
#define DECFIL_A (*( volatile struct DECFIL_tag *) 0xFFF88000)