From dcc77b561fd39255cb212ec8af54c779785976ed Mon Sep 17 00:00:00 2001 From: frief Date: Mon, 6 Jun 2005 17:56:08 +0000 Subject: [PATCH] Changed PB0 to PBO as requested by Marcel Telka in bug #1215704 git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3779 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- device/include/mcs51/reg764.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device/include/mcs51/reg764.h b/device/include/mcs51/reg764.h index a4c7a2ad..6cc84d49 100755 --- a/device/include/mcs51/reg764.h +++ b/device/include/mcs51/reg764.h @@ -142,7 +142,7 @@ __sbit __at 0xB9 PT0 ; // Timer 0 Interrupt Priority __sbit __at 0xBA PX1 ; // External Interrupt 1 Priority __sbit __at 0xBB PT1 ; // Timer 1 Interrupt Priority __sbit __at 0xBC PS ; // Serial Port Interrupt Priority -__sbit __at 0xBD PB0 ; // Brownout Interrupt Priority +__sbit __at 0xBD PBO ; // Brownout Interrupt Priority __sbit __at 0xBE PWD ; // Watchdog Interrupt Priority /* I2CFG */ -- 2.30.2