avr-libc-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avr-libc-dev] [bug #22016] Typo in attn2313.h: SIG_OUTPUT_COPMARE0A


From: Jelte van der Hoek
Subject: [avr-libc-dev] [bug #22016] Typo in attn2313.h: SIG_OUTPUT_COPMARE0A
Date: Mon, 14 Jan 2008 07:33:17 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.11) Gecko/20071204 Ubuntu/7.10 (gutsy) Firefox/2.0.0.11

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/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]