bugAVR C Runtime Library - Bugs: bug #28394, AT90USB82/162 power.h wrong macros

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #28394: AT90USB82/162 power.h wrong macros

Submitter:  Timur Gilfanov <timurgilfanov>
Submitted:  Thu 24 Dec 2009 10:04:06 AM UTC
   
 
Category:  Header Severity:  3 - Normal
Priority:  9 - Immediate Item Group:  Header files
Status:  Duplicate Assigned to:  None
Percent Complete:  0% Open/Closed:  Closed
Release:  1.6.7 Fixed Release:  None

Tue 06 Apr 2010 10:20:29 AM UTC, comment #1: 

Duplicate of bug28573. Can be closed.

Anitha Boyapati <aboyapati>
Thu 24 Dec 2009 10:04:06 AM UTC, original submission:  

In /avr-libc-1.6.7/include/avr/power.h at line 1140 and 1141 write:

#define power_timer1_enable()   (PRR0 &= (uint8_t)~(1 << PRTIM1))
#define power_timer2_disable()  (PRR0 |= (uint8_t)(1 << PRTIM1))

Right macros is power_timer1_disable().

Timur Gilfanov <timurgilfanov>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Digest:
   bug dependencies.

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by aboyapati (Posted a comment)
  • -email is unavailable- added by arcanum (Updated the item)
  • -email is unavailable- added by timurgilfanov (Submitted the item)
  •  

    Follow 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2010-04-06 aboyapati StatusNone Duplicate
        Open/ClosedOpen Closed
        Dependencies- Depends on bugs #28573
    2010-03-29 arcanum Priority5 - Normal 9 - Immediate

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code