2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>

* porting/interrupts.t: Fix bogus _CPU_ISR_Get_level.
This commit is contained in:
Ralf Corsepius
2006-10-17 14:59:40 +00:00
parent 57357d9165
commit 98fc455cf0
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* porting/interrupts.t: Fix bogus _CPU_ISR_Get_level.
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.60. Require automake-1.10.

View File

@@ -41,7 +41,7 @@ interrupt levels - enabled and disabled.
The _CPU_ISR_Get_level function returns the current interrupt level.
@example
unsigned32 _CPU_ISR_Get_level( void )
uint32_t _CPU_ISR_Get_level( void )
@end example
@subsection Set the Interrupt Level