From e1b77bfb88cd1107e11b5f7f17a6a443e864d258 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Tue, 27 Dec 2011 18:40:14 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3663 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/ports/GCC/ARMCMx/chcore_v6m.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'os/ports') diff --git a/os/ports/GCC/ARMCMx/chcore_v6m.c b/os/ports/GCC/ARMCMx/chcore_v6m.c index 453bc2c65..ca268ad96 100644 --- a/os/ports/GCC/ARMCMx/chcore_v6m.c +++ b/os/ports/GCC/ARMCMx/chcore_v6m.c @@ -28,6 +28,10 @@ #include "ch.h" +/*===========================================================================*/ +/* Port interrupt handlers. */ +/*===========================================================================*/ + /** * @brief System Timer vector. * @details This interrupt is used as system tick. @@ -79,6 +83,10 @@ void PendSVVector(void) { } #endif /* CORTEX_ALTERNATE_SWITCH */ +/*===========================================================================*/ +/* Port exported functions. */ +/*===========================================================================*/ + /** * @brief Post-IRQ switch code. * @details The switch is performed in thread context then an NMI exception -- cgit v1.2.3