summaryrefslogtreecommitdiff
path: root/project/Core/Src/System/systick.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--project/Core/Src/System/systick.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/Core/Src/System/systick.c b/project/Core/Src/System/systick.c
index 5d4d259..b58e3cf 100644
--- a/project/Core/Src/System/systick.c
+++ b/project/Core/Src/System/systick.c
@@ -1,5 +1,5 @@
+#include <player.h>
#include "systick.h"
-#include "player_actions.h"
systick_t *get_systick() {
return (systick_t *) 0xE000E010;