Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
markusressel committed Sep 23, 2024
1 parent 0741d4f commit 98b295d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions internal/controller/controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,14 +157,6 @@ func (fan MockFan) Supports(feature fans.FeatureFlag) bool {
return true
}

func (fan MockFan) GetControlAlgorithm() *configuration.ControlAlgorithmConfig {
return &configuration.ControlAlgorithmConfig{
Direct: &configuration.DirectControlAlgorithmConfig{
MaxPwmChangePerCycle: 10,
},
}
}

var (
PwmMapForFanWithLimitedRange = map[int]int{
0: 0,
Expand Down

0 comments on commit 98b295d

Please sign in to comment.