Skip to content

Commit

Permalink
mock for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
error2215 committed Mar 27, 2022
1 parent 4ad723d commit 3461c5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/led/led_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

package led

func EnablePin() error {
func EnableLed(port int) error {
return nil
}

func DisablePin() error {
func DisableLed(port int) error {
return nil
}

0 comments on commit 3461c5d

Please sign in to comment.