git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@4244
4a8a32a2-be11-0410-ad9d-
d568d2c75423
+2006-06-21 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
+
+ * device/include/mcs51/at89c51ed2.h: Fixed bug 1510144 changed
+ IP0H to IPH0.
+
2006-06-19 Raphael Neider <rneider AT web.de>
* src/pic/glue.h,src/pic16/glue.h: added prototypes
__sbit __at (0xB9) PT0L;//Timer 0 Interrupt Priority Low Bit.
__sbit __at (0xB8) PX0L;//External Interrupt 0 Priority Low Bit.
-__sfr __at (0xB7) IP0H; //Interrupt Priority 0 HIGH
+__sfr __at (0xB7) IPH0; //Interrupt Priority 0 HIGH
#define PPCH 0x40 //PCA Interrupt Priority High Bit.
#define PT2H 0x20 //Timer 2 Interrupt Priority High Bit.
#define PHS 0x10 //Serial Port Interrupt Priority High Bit.