From 7f5f383287d77cad6124233c93cfe3390d725816 Mon Sep 17 00:00:00 2001 From: jesusc Date: Tue, 13 Mar 2007 19:35:17 +0000 Subject: [PATCH] device/include/mcs51/P89LPC925.h: Added missing P1_6 and P1_7. git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@4688 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- ChangeLog | 4 ++++ device/include/mcs51/P89LPC925.h | 2 ++ 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index bc831f24..9094995e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-03-13 Jesus Calvino-Fraga + + * device/include/mcs51/P89LPC925.h: Added missing P1_6 and P1_7. + 2007-03-13 Frieder Ferlemann * device/lib/_strlen.c: assembler version for mcs51 diff --git a/device/include/mcs51/P89LPC925.h b/device/include/mcs51/P89LPC925.h index 7eddeac9..5541b107 100644 --- a/device/include/mcs51/P89LPC925.h +++ b/device/include/mcs51/P89LPC925.h @@ -270,6 +270,8 @@ SFR(P0, 0x80); // Port 0 SBIT(KB0, 0x80, 0); SFR(P1, 0x90); // Port 1 + SBIT(P1_7, 0x90, 7); + SBIT(P1_6, 0x90, 6); SBIT(P1_5, 0x90, 5); SBIT(P1_4, 0x90, 4); SBIT(P1_3, 0x90, 3); -- 2.30.2