Changed PB0 to PBO as requested by Marcel Telka in bug #1215704
authorfrief <frief@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 6 Jun 2005 17:56:08 +0000 (17:56 +0000)
committerfrief <frief@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 6 Jun 2005 17:56:08 +0000 (17:56 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3779 4a8a32a2-be11-0410-ad9d-d568d2c75423

device/include/mcs51/reg764.h

index a4c7a2ad60adc180442c9588a2a68244deda1903..6cc84d49139529c61066fbf179859e15dd8a1586 100755 (executable)
@@ -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 */