summaryrefslogtreecommitdiffstatshomepage
path: root/stmhal/systick.h
diff options
context:
space:
mode:
Diffstat (limited to 'stmhal/systick.h')
-rw-r--r--stmhal/systick.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/stmhal/systick.h b/stmhal/systick.h
index 1e7f623355..98045d16c4 100644
--- a/stmhal/systick.h
+++ b/stmhal/systick.h
@@ -26,3 +26,4 @@
void sys_tick_wait_at_least(uint32_t stc, uint32_t delay_ms);
bool sys_tick_has_passed(uint32_t stc, uint32_t delay_ms);
+uint32_t sys_tick_get_microseconds(void);