From: bela Date: Mon, 30 Sep 2002 06:36:55 +0000 (+0000) Subject: IE__EA__EC__ET2__ES__ET1__EX1__ET0__EX0 sbit definitions corrected X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=f8dee3b7e6be72ef1ca6cf803de470ca24d8a167;p=fw%2Fsdcc IE__EA__EC__ET2__ES__ET1__EX1__ET0__EX0 sbit definitions corrected git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2107 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/device/include/mcs51reg.h b/device/include/mcs51reg.h index 56a457e4..ad156ca5 100644 --- a/device/include/mcs51reg.h +++ b/device/include/mcs51reg.h @@ -2634,11 +2634,12 @@ sbit at 0xAF EEA ; sfr at 0xA8 IE; sbit at 0xA8 EX0; sbit at 0xA9 ET0; -sbit at 0xAA ET1; -sbit at 0xAB ES; -sbit at 0xAC ET2; -sbit at 0xAD EC; -sbit at 0xAE EA; +sbit at 0xAA EX1; +sbit at 0xAB ET1; +sbit at 0xAC ES; +sbit at 0xAD ET2; +sbit at 0xAE EC; +sbit at 0xAF EA; #endif #ifdef IE__EA__ES1__ET2__ES__ET1__EX1__ET0__EX0