bugAVR C Runtime Library - Bugs: bug #20276, power.h missing ATmega644P...

 
 

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

bug #20276: power.h missing ATmega644P power_XXX_[en/dis]able() macros

Submitter:  None
Submitted:  Wed 27 Jun 2007 11:19:56 AM UTC
   
 
Category:  Header Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Header files
Status:  Fixed Assigned to:  arcanum
Percent Complete:  0% Originator Email:  -email is unavailable-
Open/Closed:  Closed Release:  None
Fixed Release:  None

Wed 27 Jun 2007 11:19:56 AM UTC, original submission:  

In /avr-libc/include/avr/power.h

At line 592:

#elif defined(_AVR_ATmega644_)

I think it needs to include the 644P variant. Something like:

#elif defined(_AVR_ATmega644_) \
|| defined(_AVR_ATmega644P_)

The register and bit definitions appear all the same.

Anonymous

 

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

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by arcanum (Updated the item)
  •  

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2007-06-27 arcanum StatusNone Fixed
        Open/ClosedOpen Closed
    2007-06-27 arcanum Assigned toNone arcanum

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code