code cleanup

This commit is contained in:
alu
2026-08-06 09:21:49 -07:00
parent aa114e4f73
commit 0998633e5c
3 changed files with 20 additions and 38 deletions
+1
View File
@@ -22,6 +22,7 @@ type PowerDriver interface {
type ClockSensor struct {
path string
number int
Name string
FrequencyGHz float64
}