aboutsummaryrefslogtreecommitdiff
path: root/tmk_core/common/chibios/bootloader.c
diff options
context:
space:
mode:
Diffstat (limited to 'tmk_core/common/chibios/bootloader.c')
-rw-r--r--tmk_core/common/chibios/bootloader.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tmk_core/common/chibios/bootloader.c b/tmk_core/common/chibios/bootloader.c
index f6d016ec9..6cabcc4b8 100644
--- a/tmk_core/common/chibios/bootloader.c
+++ b/tmk_core/common/chibios/bootloader.c
@@ -1,7 +1,7 @@
1#include "bootloader.h" 1#include "bootloader.h"
2 2
3#include "ch.h" 3#include <ch.h>
4#include "hal.h" 4#include <hal.h>
5#include "wait.h" 5#include "wait.h"
6 6
7/* This code should be checked whether it runs correctly on platforms */ 7/* This code should be checked whether it runs correctly on platforms */