X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/6c506d8916fb114675e93d0e2cb20831d4022294..d1b1c8d9119229dbeed06cd252917e54a1cb77f6:/lunaix-os/includes/hal/hwtimer.h diff --git a/lunaix-os/includes/hal/hwtimer.h b/lunaix-os/includes/hal/hwtimer.h index 3a55d6d..2faa507 100644 --- 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();