aboutsummaryrefslogtreecommitdiffstats
path: root/os/ports/GCC/MSP430/chcore.c
diff options
context:
space:
mode:
Diffstat (limited to 'os/ports/GCC/MSP430/chcore.c')
-rw-r--r--os/ports/GCC/MSP430/chcore.c2
1 files changed, 1 insertions, 1 deletions
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 <ch.h>
+#include "ch.h"
/**
* Performs a context switch between two threads.