fix: import ptp from get_haci in api.rs

Co-authored-by: aider (openai/gpt-5) <aider@aider.chat>
This commit is contained in:
Chaos Rogers 2025-10-22 13:10:37 +01:00
parent d8eb1f9824
commit 21e65d6125

View file

@ -11,7 +11,7 @@ use std::sync::{Arc, Mutex};
use crate::config::{self, Config};
use crate::sync_logic::{self, LtcState};
use crate::system;
use crate::ptp;
use get_haci::ptp;
use num_rational::Ratio;
use num_traits::ToPrimitive;