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

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

[avr-libc-commit] [2243] 2011-05-11 Eric B.


From: Eric Weddington
Subject: [avr-libc-commit] [2243] 2011-05-11 Eric B.
Date: Thu, 12 May 2011 02:44:00 +0000

Revision: 2243
          http://svn.sv.gnu.org/viewvc/?view=rev&root=avr-libc&revision=2243
Author:   arcanum
Date:     2011-05-12 02:43:58 +0000 (Thu, 12 May 2011)
Log Message:
-----------
2011-05-11  Eric B. Weddington  <address@hidden>

        Fix for bug #32650.
        * include/util/delay.h.in: Add math.h to list of includes.
        * NEWS: Add to fixed bug list.

Ticket Links:
------------
    http://savannah.gnu.org/bugs/?32650

Modified Paths:
--------------
    trunk/avr-libc/ChangeLog
    trunk/avr-libc/NEWS
    trunk/avr-libc/include/util/delay.h.in

Modified: trunk/avr-libc/ChangeLog
===================================================================
--- trunk/avr-libc/ChangeLog    2011-05-11 17:27:20 UTC (rev 2242)
+++ trunk/avr-libc/ChangeLog    2011-05-12 02:43:58 UTC (rev 2243)
@@ -1,8 +1,15 @@
 2011-05-11  Eric B. Weddington  <address@hidden>
 
+       Fix for bug #32650.
+       * include/util/delay.h.in: Add math.h to list of includes.
+       * NEWS: Add to fixed bug list.
+
+2011-05-11  Eric B. Weddington  <address@hidden>
+
        Fix for bug #32675.
        * include/avr/power.h: Add TIM1 to power_all_enable() and
        power_all_disable().
+       * NEWS: Add to fixed bug list.
 
 2011-05-11  Joerg Wunsch <address@hidden>
 

Modified: trunk/avr-libc/NEWS
===================================================================
--- trunk/avr-libc/NEWS 2011-05-11 17:27:20 UTC (rev 2242)
+++ trunk/avr-libc/NEWS 2011-05-12 02:43:58 UTC (rev 2243)
@@ -7,6 +7,7 @@
   [#24861] Interrupt documentation contains extra include
   [#32103] Support for Target-Triplets
   [#32419] Incorrect EEPROM size in header for ATxmega192A3
+  [#32650] Missing include in util/delay.h
   [#32675] power_all_enable/disable does not affect timer1 on ATmega164P
   [#32698] power.h has additional endif that will break the build
   [#32988] Internal compiler error: build_unary_op

Modified: trunk/avr-libc/include/util/delay.h.in
===================================================================
--- trunk/avr-libc/include/util/delay.h.in      2011-05-11 17:27:20 UTC (rev 
2242)
+++ trunk/avr-libc/include/util/delay.h.in      2011-05-12 02:43:58 UTC (rev 
2243)
@@ -41,6 +41,7 @@
 
 #include <inttypes.h>
 #include <util/delay_basic.h>
+#include <math.h>
 
 /** \file */
 /** \defgroup util_delay <util/delay.h>: Convenience functions for busy-wait 
delay loops




reply via email to

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