diff --git a/conn/gpio/example_test.go b/conn/gpio/example_test.go index 32420264d..9aecd6739 100644 --- a/conn/gpio/example_test.go +++ b/conn/gpio/example_test.go @@ -84,7 +84,7 @@ func ExamplePinOut() { } } -func ExamplePinOut_PWM() { +func ExamplePinOut_pWM() { // Make sure periph is initialized. if _, err := host.Init(); err != nil { log.Fatal(err)