fix(platform/timer): add back note of platform timer reference

This commit is contained in:
2025-10-30 12:30:08 -04:00
parent 37ab0406bb
commit d2bef03437

View File

@@ -1,3 +1,6 @@
// Referenced https://github.com/sheroz/tick_counter (MIT license) as a baseline.
// Architecturally modified to support UEFI and remove x86 (32-bit) support.
use std::time::Duration;
/// Support for aarch64 timers.