From 0f8f12c70f4834c349eb96cd5bb3d14cb851f685 Mon Sep 17 00:00:00 2001 From: Alex Zenla Date: Sat, 1 Nov 2025 18:35:07 -0400 Subject: [PATCH] fix(bootloader-interface): fix menu time marking --- src/integrations/bootloader_interface.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/integrations/bootloader_interface.rs b/src/integrations/bootloader_interface.rs index 4b3798e..1e30cd0 100644 --- a/src/integrations/bootloader_interface.rs +++ b/src/integrations/bootloader_interface.rs @@ -61,7 +61,7 @@ impl BootloaderInterface { /// Tell the system that Sprout is about to display the menu. 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.