mirror of
https://github.com/cjfranko/NTP-Timeturner.git
synced 2025-11-08 18:32:02 +00:00
fix: Correct import paths for statime-linux types
Co-authored-by: aider (gemini/gemini-2.5-pro-preview-05-06) <aider@aider.chat>
This commit is contained in:
parent
846fad078b
commit
3b168c8033
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ use statime::{
|
||||||
time::{Duration as PtpDuration, Interval},
|
time::{Duration as PtpDuration, Interval},
|
||||||
OverlayClock, PtpInstance, SharedClock,
|
OverlayClock, PtpInstance, SharedClock,
|
||||||
};
|
};
|
||||||
use statime_linux::{net::udp::LinuxUdpHandles, SystemClock};
|
use statime_linux::{LinuxUdpHandles, SystemClock};
|
||||||
use std::sync::{Arc, Mutex};
|
use std::sync::{Arc, Mutex};
|
||||||
use std::time::Duration;
|
use std::time::Duration;
|
||||||
use tokio::time::{sleep, Instant};
|
use tokio::time::{sleep, Instant};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue