From bdb7f4ab20bd3daf261ab93dfe733e0ff11dca0f Mon Sep 17 00:00:00 2001 From: gdisirio Date: Tue, 8 Dec 2009 17:37:49 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1397 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/ports/GCC/ARM7/chcore.c | 2 +- os/ports/GCC/ARMCM3/chcore.c | 4 ++-- os/ports/GCC/ARMCM3/nvic.c | 4 ++-- os/ports/GCC/AVR/chcore.c | 2 +- os/ports/GCC/MSP430/chcore.c | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) (limited to 'os/ports') diff --git a/os/ports/GCC/ARM7/chcore.c b/os/ports/GCC/ARM7/chcore.c index bd1942aba..582e16c62 100644 --- a/os/ports/GCC/ARM7/chcore.c +++ b/os/ports/GCC/ARM7/chcore.c @@ -24,7 +24,7 @@ * @{ */ -#include +#include "ch.h" /** * Halts the system. diff --git a/os/ports/GCC/ARMCM3/chcore.c b/os/ports/GCC/ARMCM3/chcore.c index 47480217d..6a8f21853 100644 --- a/os/ports/GCC/ARMCM3/chcore.c +++ b/os/ports/GCC/ARMCM3/chcore.c @@ -24,8 +24,8 @@ * @{ */ -#include -#include +#include "ch.h" +#include "nvic.h" /** * @brief Halts the system. diff --git a/os/ports/GCC/ARMCM3/nvic.c b/os/ports/GCC/ARMCM3/nvic.c index e61637848..9fbf40044 100644 --- a/os/ports/GCC/ARMCM3/nvic.c +++ b/os/ports/GCC/ARMCM3/nvic.c @@ -24,8 +24,8 @@ * @{ */ -#include -#include +#include "ch.h" +#include "nvic.h" /** * @brief Sets the priority of an interrupt handler and enables it. diff --git a/os/ports/GCC/AVR/chcore.c b/os/ports/GCC/AVR/chcore.c index fedba0fbe..e4f12b088 100644 --- a/os/ports/GCC/AVR/chcore.c +++ b/os/ports/GCC/AVR/chcore.c @@ -24,7 +24,7 @@ * @{ */ -#include +#include "ch.h" /** * Performs a context switch between two threads. diff --git a/os/ports/GCC/MSP430/chcore.c b/os/ports/GCC/MSP430/chcore.c index 374bec9a6..399c8a6f0 100644 --- a/os/ports/GCC/MSP430/chcore.c +++ b/os/ports/GCC/MSP430/chcore.c @@ -24,7 +24,7 @@ * @{ */ -#include +#include "ch.h" /** * Performs a context switch between two threads. -- cgit v1.2.3