aboutsummaryrefslogtreecommitdiffstats
path: root/demos/Win32-MinGW/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'demos/Win32-MinGW/main.c')
-rw-r--r--demos/Win32-MinGW/main.c4
1 files changed, 2 insertions, 2 deletions
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);