feat(bootloader-interface): measure time in firmware as well

This commit is contained in:
2025-10-30 02:51:52 -04:00
parent 87d608366f
commit a77be3c282
4 changed files with 19 additions and 8 deletions

View File

@@ -1,2 +1,2 @@
/// timer: Platform timer support code.
/// timer: Platform timer support.
pub mod timer;