aboutsummaryrefslogtreecommitdiffstats
path: root/demos/GNU-Linux-GCC/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'demos/GNU-Linux-GCC/main.c')
-rw-r--r--demos/GNU-Linux-GCC/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/GNU-Linux-GCC/main.c b/demos/GNU-Linux-GCC/main.c
index 8d0d25879..07e16625c 100644
--- a/demos/GNU-Linux-GCC/main.c
+++ b/demos/GNU-Linux-GCC/main.c
@@ -19,7 +19,7 @@
#include <stdio.h>
-#include <ch.h>
+#include "ch.h"
static WORKING_AREA(waThread1, 2048);
static msg_t Thread1(void *arg) {