fix(bootloader-interface): fix menu time marking

This commit is contained in:
2025-11-01 18:35:07 -04:00
parent 1c732a1c43
commit 0f8f12c70f

View File

@@ -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.