mirror of
https://github.com/cjfranko/NTP-Timeturner.git
synced 2025-11-08 18:32:02 +00:00
fix: remove duplicate PtpClock reexport and docker-compose version
Co-authored-by: aider (openai/gpt-5) <aider@aider.chat>
This commit is contained in:
parent
e5a2c52120
commit
1db7f520e9
2 changed files with 0 additions and 6 deletions
|
|
@ -1,5 +1,3 @@
|
||||||
version: "3.8"
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
haci:
|
haci:
|
||||||
build:
|
build:
|
||||||
|
|
|
||||||
|
|
@ -87,8 +87,6 @@ mod linux {
|
||||||
pub fn is_supported() -> bool {
|
pub fn is_supported() -> bool {
|
||||||
true
|
true
|
||||||
}
|
}
|
||||||
|
|
||||||
pub use PtpClock;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(not(target_os = "linux"))]
|
#[cfg(not(target_os = "linux"))]
|
||||||
|
|
@ -112,8 +110,6 @@ mod non_linux {
|
||||||
pub fn is_supported() -> bool {
|
pub fn is_supported() -> bool {
|
||||||
false
|
false
|
||||||
}
|
}
|
||||||
|
|
||||||
pub use PtpClock;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(target_os = "linux")]
|
#[cfg(target_os = "linux")]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue