From 5e6e0f1f21a8e27ada15f0efce32ef9f76fb3fd6 Mon Sep 17 00:00:00 2001 From: bela Date: Wed, 26 Nov 2003 14:38:49 +0000 Subject: [PATCH] typo corrected git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3028 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- device/include/mcs51reg.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/device/include/mcs51reg.h b/device/include/mcs51reg.h index ad156ca5..6062eb1b 100644 --- a/device/include/mcs51reg.h +++ b/device/include/mcs51reg.h @@ -141,11 +141,10 @@ Additional definitions (use them prior the #include mcs51reg.h statement): - Ports P0 & P2 are not available for the programmer if external ROM used. - Use statement "#define MCS51REG_EXTERNAL_RAM" to undefine P0 & P2. + Ports P0 & P2 are not available if external ROM used. + Use statement "#define MCS51REG_EXTERNAL_ROM" to undefine P0 & P2. - Ports P0, P2, P3_6, WR, P3_7 & RD are not available for the programmer if - external RAM is used. + Ports P0, P2, P3_6, WR, P3_7 & RD are not available if external RAM is used. Use statement "#define MCS51REG_EXTERNAL_RAM" to undefine P0, P2, P3_6, WR, P3_7 & RD. -- 2.39.5