URL:
  <http://savannah.nongnu.org/bugs/?22016>

                 Summary: Typo in attn2313.h: SIG_OUTPUT_COPMARE0A
                 Project: AVR C Runtime Library
            Submitted by: hoekit
            Submitted on: Monday 01/14/2008 at 07:33
                Category: Header
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Header files
                  Status: None
        Percent Complete: 0%
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

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.





    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?22016>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/



_______________________________________________
AVR-libc-dev mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/avr-libc-dev

Reply via email to