From a8c944922a607ba7a42e8b5882be665f2c3af9ca Mon Sep 17 00:00:00 2001 From: patacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3> Date: Tue, 12 Oct 2010 00:41:01 +0000 Subject: [PATCH] Fix comment git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2997 42af7a65-404d-4744-a932-0658087f49c3 --- arch/avr/src/at91uc3/at91uc3_wdt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/avr/src/at91uc3/at91uc3_wdt.h b/arch/avr/src/at91uc3/at91uc3_wdt.h index ecb11578e3..a993184a40 100755 --- a/arch/avr/src/at91uc3/at91uc3_wdt.h +++ b/arch/avr/src/at91uc3/at91uc3_wdt.h @@ -66,7 +66,7 @@ #define WDT_CTRL_KEY_SHIFT (24) /* Bits 24-31: Write protection key */ #define WDT_CTRL_KEY_MASK (0xff << WDT_CTRL_KEY_SHIFT) -/* Clear Register Bit-field Definitions. These register has no bit fielda: "Writing +/* Clear Register Bit-field Definitions. These registera have no bit fielda: "Writing * periodically any value to this field when the WDT is enabled, within the watchdog * time-out period, will prevent a watchdog reset." */ -- GitLab