mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-12 11:56:58 +00:00
Fix timer units
This commit is contained in:
parent
b624c94856
commit
4e13e84e56
@ -63,7 +63,7 @@ uboot_get_boot_data (void)
|
|||||||
static grub_uint64_t
|
static grub_uint64_t
|
||||||
uboot_timer_ms (void)
|
uboot_timer_ms (void)
|
||||||
{
|
{
|
||||||
return (grub_uint64_t) uboot_get_timer (timer_start);
|
return (grub_uint64_t) uboot_get_timer (timer_start) / 1000;
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Loading…
Reference in New Issue
Block a user