|
From: Branislav P. <bra...@us...> - 2005-06-02 07:42:09
|
Update of /cvsroot/openwince/include/h8/h8s2357 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19657/h8/h8s2357 Modified Files: wdt.h Log Message: 2005-06-02 Branislav Petrovsky <bra...@sz...> * h8/h8s2357/wdt.h (TCSR_OWF): Constant renamed to ... (TCSR_OVF): ... this one. Index: wdt.h =================================================================== RCS file: /cvsroot/openwince/include/h8/h8s2357/wdt.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- wdt.h 1 Jun 2005 10:06:02 -0000 1.2 +++ wdt.h 2 Jun 2005 07:42:01 -0000 1.3 @@ -90,7 +90,7 @@ #define RSTCSR_OFFSET_r 0x03 /* TCSR bits */ -#define TCSR_OWF bit(7) +#define TCSR_OVF bit(7) #define TCSR_WTIT bit(6) #define TCSR_TME bit(5) #define TCSR_CKS_MASK bits(2,0) |