2009-02-11 Joel Sherrill <joel.sherrill@oarcorp.com>

* shared/irq/irq.h: Fix spelling error.
This commit is contained in:
Joel Sherrill
2009-02-11 20:39:22 +00:00
parent e856d14ae5
commit e8cba4cce9
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2009-02-11 Joel Sherrill <joel.sherrill@oarcorp.com>
* shared/irq/irq.h: Fix spelling error.
2008-09-07 Ralf Corsépius <ralf.corsepius@rtems.org>
* shared/comm/i386-stub.c: Include stdbool.h.

View File

@@ -46,7 +46,7 @@ extern "C" {
* Interrupt offset in comparison to BSP_ASM_IRQ_VECTOR_BASE
* NB : 1) Interrupt vector number in IDT = offset + BSP_ASM_IRQ_VECTOR_BASE
* 2) The same name should be defined on all architecture
* so that handler connexion can be unchanged.
* so that handler connection can be unchanged.
*/
#define BSP_PERIODIC_TIMER 0
#define BSP_KEYBOARD 1