bugAVR C Runtime Library - Bugs: bug #38949, PR_USART0_bm macro misspelt when...

 
 

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

bug #38949: PR_USART0_bm macro misspelt when defining PR_PRPC for xmega d3/d4 devices

Submitter:  Senthil Kumar Selvaraj <saaadhu>
Submitted:  Thu 09 May 2013 01:27:29 PM UTC
   
 
Category:  Header Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Header files
Status:  Invalid Assigned to:  pitchumani
Percent Complete:  0% Open/Closed:  Open
Release:  1.8.0 Fixed Release:  None

Tue 29 Apr 2014 11:02:09 AM UTC, comment #1: 

looks like this is corrected already. Resolving this bug as invalid.

Pitchumani <pitchumani>
Group Member
Thu 09 May 2013 01:27:29 PM UTC, original submission:  

PR_PRPC is defined as

PR_PRPC |= (uint8_t)(PR_TWI_bm|R_USART0_bm|PR_SPI_bm|PR_HIRES_bm|PR_TC1_bm|PR_TC0_bm);

R_USART0_bm should actually by PR_USART0_bm.

Patch attached

ChangeLog

2013-05-09  George Thomas <george.thomas@atmel.com>

        * include/avr/power.h (power_all_disable): Fix typo in bitmask name for
        xmega d3/d4 devices

Senthil Kumar Selvaraj <saaadhu>
Group Member

 

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

Attached Files
file #28052:  typo_usart0_bm.patch added by saaadhu (838B - text/x-patch)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by pitchumani (Posted a comment)
  • -email is unavailable- added by saaadhu (Submitted the item)
  •  

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2014-04-29 pitchumani StatusNone Invalid
        Assigned toNone pitchumani
    2013-05-09 saaadhu Attached File- Added typo_usart0_bm.patch, #28052

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code