git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Decoupling Architectural-specific Code (#35)
[lunaix-os.git]
/
lunaix-os
/
includes
/
hal
/
hwtimer.h
diff --git
a/lunaix-os/includes/hal/hwtimer.h
b/lunaix-os/includes/hal/hwtimer.h
index 3a55d6d96e235aa836df1a508b2e4fee7161afd1..2faa5076535d69155e0740290164d0087a1294fb 100644
(file)
--- a/
lunaix-os/includes/hal/hwtimer.h
+++ b/
lunaix-os/includes/hal/hwtimer.h
@@
-26,7
+26,7
@@
void
hwtimer_init(u32_t hertz, void* tick_callback);
struct hwtimer*
-
hwtimer_choose
();
+
select_platform_timer
();
ticks_t
hwtimer_base_frequency();