From df223dde202f340f3885dafe60d1de22a13b27d9 Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Sat, 19 Nov 2011 16:22:15 -0500 Subject: libmaple/nvic.h: Explanatory commenting. Signed-off-by: Marti Bolivar --- libmaple/include/libmaple/nvic.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libmaple/include/libmaple/nvic.h b/libmaple/include/libmaple/nvic.h index afcb769..23425df 100644 --- a/libmaple/include/libmaple/nvic.h +++ b/libmaple/include/libmaple/nvic.h @@ -81,7 +81,9 @@ typedef struct nvic_reg_map { * vector table. * * It also must define a static inline nvic_irq_disable_all(), which - * writes 0xFFFFFFFF to all ICE registers available in the family. + * writes 0xFFFFFFFF to all ICE registers available in the family. (We + * place the include here to give the family header access to + * NVIC_BASE, in order to let it do so). */ #include -- cgit v1.2.3