From 0e0f83905bb3ee79f4917927479cdaf710e8ac07 Mon Sep 17 00:00:00 2001 From: sowgro Date: Thu, 9 Oct 2025 21:43:08 -0400 Subject: Complete input and led part of project --- project/Core/Inc/System/systick.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'project/Core/Inc/System/systick.h') diff --git a/project/Core/Inc/System/systick.h b/project/Core/Inc/System/systick.h index 6075c95..bb5454d 100644 --- a/project/Core/Inc/System/systick.h +++ b/project/Core/Inc/System/systick.h @@ -23,4 +23,6 @@ void init_systick(); // This fuction is to create delay using SysTick timer counter void delay_systick(); +int check_systick(); + #endif /* INC_SYSTICK_H_ */ -- cgit v1.2.3