From a3fe18f0d7dbbc98536d6db5f487b6f59f2b9ec9 Mon Sep 17 00:00:00 2001 From: epetrich Date: Sun, 14 Mar 2004 15:48:03 +0000 Subject: [PATCH] * device/include/mc68hc908qy.h: corrected declarations of FLBPR and OSCTRIMVAL as noted in bug #916008 git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3266 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- ChangeLog | 5 +++++ device/include/mc68hc908qy.h | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index d39a852f..0b9f4260 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-03-14 Erik Petrich + + * device/include/mc68hc908qy.h: corrected declarations of FLBPR and + OSCTRIMVAL as noted in bug #916008 + 2004-03-14 Erik Petrich * src/SDCCloop.c (basicInduction): fixed bug with loop induction diff --git a/device/include/mc68hc908qy.h b/device/include/mc68hc908qy.h index 84ea28a1..10c78037 100644 --- a/device/include/mc68hc908qy.h +++ b/device/include/mc68hc908qy.h @@ -249,8 +249,8 @@ VOLXDATA UINT8 at 0xfe0b BRKSCR; /* Break Status and Control Register */ VOLXDATA UINT8 at 0xfe0c LVISR; /* LVI Status Register */ #define LVIOUT ((struct _hc08_bits *)(&LVISR))->bit7 -VOLXDATA UINT8 at 0xfebe FLBPR; /* FLASH Block Protect Register */ -VOLXDATA UINT8 at 0xfec0 OSCTRIMVAL; /* Oscillator Trim Value */ +VOLXDATA UINT8 at 0xffbe FLBPR; /* FLASH Block Protect Register */ +VOLXDATA UINT8 at 0xffc0 OSCTRIMVAL; /* Oscillator Trim Value */ VOLXDATA UINT8 at 0xffff COPCTL; /* COP Control Register */ -- 2.47.2