mirror of
https://github.com/edera-dev/sprout.git
synced 2025-12-19 21:00:20 +00:00
fix(bootloader-interface): fix menu time marking
This commit is contained in:
@@ -61,7 +61,7 @@ impl BootloaderInterface {
|
|||||||
|
|
||||||
/// Tell the system that Sprout is about to display the menu.
|
/// Tell the system that Sprout is about to display the menu.
|
||||||
pub fn mark_menu(timer: &PlatformTimer) -> Result<()> {
|
pub fn mark_menu(timer: &PlatformTimer) -> Result<()> {
|
||||||
Self::mark_time("LoaderTimeMenuUsec", timer)
|
Self::mark_time("LoaderTimeMenuUSec", timer)
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Tell the system about the current time as measured by the platform timer.
|
/// Tell the system about the current time as measured by the platform timer.
|
||||||
|
|||||||
Reference in New Issue
Block a user