aboutsummaryrefslogtreecommitdiffstats
path: root/os/ports/GCC/ARMCM3/nvic.c
diff options
context:
space:
mode:
Diffstat (limited to 'os/ports/GCC/ARMCM3/nvic.c')
-rw-r--r--os/ports/GCC/ARMCM3/nvic.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/os/ports/GCC/ARMCM3/nvic.c b/os/ports/GCC/ARMCM3/nvic.c
index 9fbf40044..44a80584a 100644
--- a/os/ports/GCC/ARMCM3/nvic.c
+++ b/os/ports/GCC/ARMCM3/nvic.c
@@ -1,5 +1,5 @@
/*
- ChibiOS/RT - Copyright (C) 2006-2007 Giovanni Di Sirio.
+ ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
@@ -59,10 +59,10 @@ void NVICDisableVector(uint32_t n) {
/**
* @brief Changes the priority of a system handler.
- *
- * @param handler the system handler number
+ *
+ * @param handler the system handler number
* @param prio the system handler priority
- * @note The parameters are not tested for correctness.
+ * @note The parameters are not tested for correctness.
*/
void NVICSetSystemHandlerPriority(uint32_t handler, uint32_t prio) {
unsigned sh = (handler & 3) * 8;