diff options
Diffstat (limited to 'project/Core/Inc/System/systick.h')
| -rw-r--r-- | project/Core/Inc/System/systick.h | 2 |
1 files changed, 2 insertions, 0 deletions
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_ */ |
