diff options
-rw-r--r-- | libmaple/include/libmaple/nvic.h | 4 |
1 files changed, 3 insertions, 1 deletions
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 <family/nvic.h> |