From 2f04d74a231dc0225fdc83b087abcd380965a34a Mon Sep 17 00:00:00 2001 From: edolomb Date: Thu, 10 Aug 2017 12:40:27 +0000 Subject: Added SAMA Advanced Interrupt Controller aic git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10385 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/ports/common/ARMCAx/aic.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'os') 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) { -- cgit v1.2.3