/[avr-libc]/avr-libc/include/avr/signal.h
ViewVC logotype

Diff of /avr-libc/include/avr/signal.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9 by joerg_wunsch, Sat Sep 3 22:03:08 2005 UTC revision 1.10 by joerg_wunsch, Sun Sep 4 18:57:18 2005 UTC
# Line 70  void signame (void) Line 70  void signame (void)
70      past, it has been deprecated, and will be removed in a future      past, it has been deprecated, and will be removed in a future
71      version of the library.  Users who want to legitimately re-enable      version of the library.  Users who want to legitimately re-enable
72      interrupts in their interrupt handlers as quickly as possible are      interrupts in their interrupt handlers as quickly as possible are
73      encouraged to explicitly declare their handlers like:      encouraged to explicitly declare their handlers as described
74        \ref attr_interrupt "above".
     \code  
     void SIG_XXX(void) __attribute__((interrupt));  
     void SIG_XXX(void) {  
       ...  
     }  
     \endcode  
   
     where SIG_XXX is the name of a valid interrupt vector for the MCU  
     type in question.  
75  */  */
76    
77  #ifdef __cplusplus  #ifdef __cplusplus

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26