avr-libc-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-libc-dev] [patch] RFC: wdt.h


From: E. Weddington
Subject: Re: [avr-libc-dev] [patch] RFC: wdt.h
Date: Thu, 04 Nov 2004 17:20:20 -0700
User-agent: Mozilla Thunderbird 0.7.3 (Windows/20040803)

Theodore A. Roth wrote:

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?

I'm sorry I wasn't explicit earlier: it fixes a typo so it matches the datasheet.

Eric






reply via email to

[Prev in Thread] Current Thread [Next in Thread]