bugAVR C Runtime Library - Bugs: bug #22016, Typo in attn2313.h:...

 
 

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

bug #22016: Typo in attn2313.h: SIG_OUTPUT_COPMARE0A

Submitter:  Jelte van der Hoek <hoekit>
Submitted:  Mon 14 Jan 2008 07:33:16 AM UTC
   
 
Category:  Header Severity:  5 - Blocker
Priority:  5 - Normal Item Group:  Header files
Status:  Fixed Assigned to:  arcanum
Percent Complete:  100% Open/Closed:  Closed
Release:  None Fixed Release:  None

Mon 14 Jan 2008 07:33:16 AM UTC, original submission:  

The include/avr/include/attn2313.h incorrectly defines:

#define SIG_OUTPUT_COPMARE0A            _VECTOR(13)

this should of course be:

#define SIG_OUTPUT_COMPARE0A            _VECTOR(13)

This error causes the existing signal handler to not be 'wired up' correctly. So if your output compare interrupt does not work and you find a function called SIG_OUTPUT_COMPARE0A instead of __vector_13 in your object, you are suffering from this.

Jelte van der Hoek <hoekit>

 

(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)
  • -email is unavailable- added by hoekit (Submitted the item)
  •  

    Follow 5 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2008-02-12 arcanum StatusNone Fixed
        Percent Complete0% 100%
        Open/ClosedOpen Closed
    2008-01-22 arcanum Severity3 - Normal 5 - Blocker
        Assigned toNone arcanum

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code