]> git.gag.com Git - fw/sdcc/commitdiff
typo corrected
authorbela <bela@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Wed, 26 Nov 2003 14:38:49 +0000 (14:38 +0000)
committerbela <bela@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Wed, 26 Nov 2003 14:38:49 +0000 (14:38 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3028 4a8a32a2-be11-0410-ad9d-d568d2c75423

device/include/mcs51reg.h

index ad156ca55ae3b53adb010ceaf6fcba8e7155a690..6062eb1bdb2d780a1212c1fd835cc1759c95a001 100644 (file)
 
    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.