aboutsummaryrefslogtreecommitdiffstats
path: root/demos/GNU-Linux-GCC/chcore.c
diff options
context:
space:
mode:
Diffstat (limited to 'demos/GNU-Linux-GCC/chcore.c')
-rw-r--r--demos/GNU-Linux-GCC/chcore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/GNU-Linux-GCC/chcore.c b/demos/GNU-Linux-GCC/chcore.c
index e7116edb4..6185b8f4e 100644
--- a/demos/GNU-Linux-GCC/chcore.c
+++ b/demos/GNU-Linux-GCC/chcore.c
@@ -28,7 +28,7 @@
* @{
*/
-#include <ch.h>
+#include "ch.h"
static struct itimerval tempo;
static bool_t pending = FALSE;