diff options
-rw-r--r-- | os/hal/ports/common/ARMCAx/aic.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/ports/common/ARMCAx/aic.c b/os/hal/ports/common/ARMCAx/aic.c index 2e390a024..af3a27983 100644 --- a/os/hal/ports/common/ARMCAx/aic.c +++ b/os/hal/ports/common/ARMCAx/aic.c @@ -161,7 +161,7 @@ void aicDisableIt(uint32_t source) { /**
* @brief Clears interrupts coming from the selected source.
*
- * @param[in] source interrupt source
+ * @param[in] source interrupt source to Clear
*/
void aicClearIt(uint32_t source) {
@@ -174,7 +174,7 @@ void aicClearIt(uint32_t source) { /**
* @brief Sets interrupts coming from the selected source.
*
- * @param[in] source interrupt source
+ * @param[in] source interrupt source to Set
*/
void aicSetIt(uint32_t source) {
|