aboutsummaryrefslogtreecommitdiff
path: root/tmk_core/common/chibios/suspend.c
diff options
context:
space:
mode:
Diffstat (limited to 'tmk_core/common/chibios/suspend.c')
-rw-r--r--tmk_core/common/chibios/suspend.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tmk_core/common/chibios/suspend.c b/tmk_core/common/chibios/suspend.c
index 64dfc05ab..24efb0ac4 100644
--- a/tmk_core/common/chibios/suspend.c
+++ b/tmk_core/common/chibios/suspend.c
@@ -1,7 +1,7 @@
1/* TODO */ 1/* TODO */
2 2
3#include "ch.h" 3#include <ch.h>
4#include "hal.h" 4#include <hal.h>
5 5
6#include "matrix.h" 6#include "matrix.h"
7#include "action.h" 7#include "action.h"