diff options
| author | sowgro <tpoke.ferrari@gmail.com> | 2025-11-06 22:20:44 -0500 |
|---|---|---|
| committer | sowgro <tpoke.ferrari@gmail.com> | 2025-11-06 22:20:44 -0500 |
| commit | 3598489dc5465ad643031b6d9b2c246d99602982 (patch) | |
| tree | 9dcf65a2a36cc18f050d6489337bdec81676b321 /project/Core/Inc/System/systick.h | |
| parent | ff93296322bcff19d9983c3d800bffbd08a35941 (diff) | |
| download | 340-repo-Sowgro-3598489dc5465ad643031b6d9b2c246d99602982.tar.gz 340-repo-Sowgro-3598489dc5465ad643031b6d9b2c246d99602982.tar.bz2 340-repo-Sowgro-3598489dc5465ad643031b6d9b2c246d99602982.zip | |
remove warnings
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 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_ */ |
