summaryrefslogtreecommitdiff
path: root/project/Core/Inc/System/systick.h
diff options
context:
space:
mode:
Diffstat (limited to 'project/Core/Inc/System/systick.h')
-rw-r--r--project/Core/Inc/System/systick.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/project/Core/Inc/System/systick.h b/project/Core/Inc/System/systick.h
index bb5454d..294cf33 100644
--- a/project/Core/Inc/System/systick.h
+++ b/project/Core/Inc/System/systick.h
@@ -25,4 +25,6 @@ void delay_systick();
int check_systick();
+uint32_t systick_get_count();
+
#endif /* INC_SYSTICK_H_ */