From 7133c97cec669f383ca8652ccf43538f51ec3f95 Mon Sep 17 00:00:00 2001 From: jesusc Date: Thu, 22 Jun 2006 03:10:28 +0000 Subject: [PATCH] Fixed bug 1510144: Error in header at89c51ed2.h git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@4244 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- ChangeLog | 5 +++++ device/include/mcs51/at89c51ed2.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6cd9a860..5be8c0eb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-06-21 Jesus Calvino-Fraga + + * device/include/mcs51/at89c51ed2.h: Fixed bug 1510144 changed + IP0H to IPH0. + 2006-06-19 Raphael Neider * src/pic/glue.h,src/pic16/glue.h: added prototypes diff --git a/device/include/mcs51/at89c51ed2.h b/device/include/mcs51/at89c51ed2.h index fc04c6bb..309779b2 100644 --- a/device/include/mcs51/at89c51ed2.h +++ b/device/include/mcs51/at89c51ed2.h @@ -131,7 +131,7 @@ __sfr __at (0xB8) IPL0; //Interrupt Priority 0 LOW __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. -- 2.30.2