aboutsummaryrefslogtreecommitdiffstats
path: root/demos/Win32-MinGW
diff options
context:
space:
mode:
Diffstat (limited to 'demos/Win32-MinGW')
-rw-r--r--demos/Win32-MinGW/chcore.c4
-rw-r--r--demos/Win32-MinGW/main.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/demos/Win32-MinGW/chcore.c b/demos/Win32-MinGW/chcore.c
index 8dcb3b9ad..f0555fab5 100644
--- a/demos/Win32-MinGW/chcore.c
+++ b/demos/Win32-MinGW/chcore.c
@@ -27,8 +27,8 @@
* @{
*/
-#include <ch.h>
-#include <serial.h>
+#include "ch.h"
+#include "hal.h"
static LARGE_INTEGER nextcnt;
static LARGE_INTEGER slice;
diff --git a/demos/Win32-MinGW/main.c b/demos/Win32-MinGW/main.c
index 6a2b5367f..7f081c023 100644
--- a/demos/Win32-MinGW/main.c
+++ b/demos/Win32-MinGW/main.c
@@ -20,8 +20,8 @@
#include <string.h>
#include <stdio.h>
-#include <ch.h>
-#include <serial.h>
+#include "ch.h"
+#include "hal.h"
static uint32_t wdguard;
static WORKING_AREA(wdarea, 2048);