summaryrefslogtreecommitdiff
path: root/windows/windows_mphal.h
diff options
context:
space:
mode:
Diffstat (limited to 'windows/windows_mphal.h')
-rw-r--r--windows/windows_mphal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/windows/windows_mphal.h b/windows/windows_mphal.h
index dce248455..854e14a7a 100644
--- a/windows/windows_mphal.h
+++ b/windows/windows_mphal.h
@@ -31,3 +31,6 @@
void mp_hal_move_cursor_back(unsigned int pos);
void mp_hal_erase_line_from_cursor(unsigned int n_chars_to_erase);
+
+#undef mp_hal_ticks_cpu
+mp_uint_t mp_hal_ticks_cpu(void);