From 2891f7d645c4be187ac96ee4011207531d25c34a Mon Sep 17 00:00:00 2001 From: gdisirio Date: Mon, 4 Oct 2010 17:16:18 +0000 Subject: Documentation improvements, fixed a small error in the STM32 serial driver. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2234 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/platforms/LPC214x/vic.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'os/hal/platforms/LPC214x/vic.c') diff --git a/os/hal/platforms/LPC214x/vic.c b/os/hal/platforms/LPC214x/vic.c index c4e11231f..97dbf4851 100644 --- a/os/hal/platforms/LPC214x/vic.c +++ b/os/hal/platforms/LPC214x/vic.c @@ -30,6 +30,8 @@ /** * @brief VIC Initialization. * @note Better reset everything in the VIC, it is a HUGE source of trouble. + * + * @notapi */ void vic_init(void) { int i; @@ -52,6 +54,8 @@ void vic_init(void) { * @param[in] handler the pointer to the IRQ service routine * @param[in] vector the vector number * @param[in] source the IRQ source to be associated to the vector + * + * @api */ void SetVICVector(void *handler, int vector, int source) { -- cgit v1.2.3