From 981c97bce640f4f0ef7484c4d3acafad25a79614 Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 15 Aug 2011 01:50:35 +0000 Subject: More Kinetis logic git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3881 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/arch/arm/include/kinetis/irq.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nuttx/arch/arm/include/kinetis') diff --git a/nuttx/arch/arm/include/kinetis/irq.h b/nuttx/arch/arm/include/kinetis/irq.h index 93cd7d468..c16d15eb0 100644 --- a/nuttx/arch/arm/include/kinetis/irq.h +++ b/nuttx/arch/arm/include/kinetis/irq.h @@ -50,8 +50,8 @@ /************************************************************************************ * Definitions ************************************************************************************/ - -/* IRQ numbers. The IRQ number corresponds vector number and hence map directly to +/* IRQ numbers **********************************************************************/ +/* The IRQ numbers corresponds directly to vector numbers and hence map directly to * bits in the NVIC. This does, however, waste several words of memory in the IRQ * to handle mapping tables. */ -- cgit v1.2.3