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

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

[avr-libc-dev] RE: Bugfix in avr-libc 1.6.3 wdt.h file


From: Pavel Bazika
Subject: [avr-libc-dev] RE: Bugfix in avr-libc 1.6.3 wdt.h file
Date: Thu, 6 Nov 2008 12:04:46 +0100

Hmmm, seems like attachments are not allowed, so:

--- include/avr/wdt.h.old       2008-11-05 11:22:18.000000000 +0100
+++ include/avr/wdt.h   2008-11-05 11:22:31.000000000 +0100
@@ -130,7 +130,7 @@
 */
 
 
-#if || defined(__AVR_ATxmega64A1__) \
+#if defined(__AVR_ATxmega64A1__) \
 || defined(__AVR_ATxmega64A3__) \
 || defined(__AVR_ATxmega128A1__) \
 || defined(__AVR_ATxmega128A3__) \


Pavel

________________________________________
From: Pavel Bazika [mailto:address@hidden 
Sent: Thursday, November 06, 2008 9:30 AM
To: 'address@hidden'
Subject: Bugfix in avr-libc 1.6.3 wdt.h file

Hi

I've downloaded and compiled recently released version 1.6.3 of avr-libc.
There is a small compile/time bug in file avr/include/wdt.h. In the
attachment of this email is a little patch, that fixes it.

I think I will not become an avr-libc developer, so I'm sending it this way,
without using your bugzilla.

Regards

Pavel






reply via email to

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