mirror of
https://github.com/kidoman/embd
synced 2024-12-21 20:30:05 +01:00
samples: cleanup
This commit is contained in:
parent
175436be65
commit
be0c0daf48
@ -42,7 +42,7 @@ func main() {
|
||||
if err := led.Toggle(); err != nil {
|
||||
panic(err)
|
||||
}
|
||||
fmt.Printf("Toggled\n")
|
||||
fmt.Println("Toggled")
|
||||
case <-quit:
|
||||
return
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user