mirror of
https://github.com/cjfranko/NTP-Timeturner.git
synced 2025-11-08 18:32:02 +00:00
fix: import ptp from get_haci in api.rs
Co-authored-by: aider (openai/gpt-5) <aider@aider.chat>
This commit is contained in:
parent
d8eb1f9824
commit
21e65d6125
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ use std::sync::{Arc, Mutex};
|
||||||
use crate::config::{self, Config};
|
use crate::config::{self, Config};
|
||||||
use crate::sync_logic::{self, LtcState};
|
use crate::sync_logic::{self, LtcState};
|
||||||
use crate::system;
|
use crate::system;
|
||||||
use crate::ptp;
|
use get_haci::ptp;
|
||||||
use num_rational::Ratio;
|
use num_rational::Ratio;
|
||||||
use num_traits::ToPrimitive;
|
use num_traits::ToPrimitive;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue