mirror of
https://github.com/edera-dev/sprout.git
synced 2025-12-19 21:00:20 +00:00
fix(platform/timer): add back note of platform timer reference
This commit is contained in:
@@ -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;
|
use std::time::Duration;
|
||||||
|
|
||||||
/// Support for aarch64 timers.
|
/// Support for aarch64 timers.
|
||||||
|
|||||||
Reference in New Issue
Block a user