On Thu, 4 Nov 2004, E. Weddington wrote:
E. Weddington wrote:
Attached is an update to the patch to wdt.h that includes the fix for
the new bug, #10905, regarding wdt on at90can128.
If there are no comments by Friday afternoon (local), then I'll commit this.
Index: include/avr/iomx8.h
===================================================================
RCS file: /cvsroot/avr-libc/avr-libc/include/avr/iomx8.h,v
retrieving revision 1.5
diff -u -r1.5 iomx8.h
--- include/avr/iomx8.h 2 Nov 2004 18:16:07 -0000 1.5
+++ include/avr/iomx8.h 3 Nov 2004 22:46:27 -0000
@@ -317,7 +317,7 @@
#define WDIE 6
#define WDP3 5
#define WDCE 4
-#define WDEE 3
+#define WDE 3
#define WDP2 2
#define WDP1 1
#define WDP0 0
I haven't looked at it too closely, but this caught my eye.
Are you renaming WDEE to match other devices, or fixing a typo from the
datasheet?