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

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

[avr-libc-commit] [2488] Fix typo. interrupts.h to interrupt.h


From: Pitchumani
Subject: [avr-libc-commit] [2488] Fix typo. interrupts.h to interrupt.h
Date: Tue, 06 Oct 2015 09:25:08 +0000

Revision: 2488
          http://svn.sv.gnu.org/viewvc/?view=rev&root=avr-libc&revision=2488
Author:   pitchumani
Date:     2015-10-06 09:25:08 +0000 (Tue, 06 Oct 2015)
Log Message:
-----------
Fix typo. interrupts.h to interrupt.h

Modified Paths:
--------------
    trunk/avr-libc/doc/api/porting.dox

Modified: trunk/avr-libc/doc/api/porting.dox
===================================================================
--- trunk/avr-libc/doc/api/porting.dox  2015-10-06 09:05:18 UTC (rev 2487)
+++ trunk/avr-libc/doc/api/porting.dox  2015-10-06 09:25:08 UTC (rev 2488)
@@ -138,7 +138,7 @@
 
 AVR GCC has \c sei() for \c __enable_interrupts(), and \c cli() for
 \c __disable_interrupts(). Both of these macros are located in 
-\c <avr/interrupts.h>.
+\c <avr/interrupt.h>.
 
 AVR GCC has the macro \c wdt_reset() in place of \c __watchdog_reset(). 
However,
 there is a whole Watchdog Timer API available in AVR GCC that can be found




reply via email to

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