summaryrefslogtreecommitdiff
path: root/stmhal/systick.h
diff options
context:
space:
mode:
Diffstat (limited to 'stmhal/systick.h')
-rw-r--r--stmhal/systick.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/stmhal/systick.h b/stmhal/systick.h
index 5a4dfb3ed..1e7f62335 100644
--- a/stmhal/systick.h
+++ b/stmhal/systick.h
@@ -24,7 +24,5 @@
* THE SOFTWARE.
*/
-void sys_tick_udelay(uint32_t usec);
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);