Skip to content

Commit

Permalink
minidrone: only need to call Land() once
Browse files Browse the repository at this point in the history
Signed-off-by: deadprogram <[email protected]>
  • Loading branch information
deadprogram committed Dec 27, 2016
1 parent bde831d commit d06bcbd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion platforms/parrot/minidrone/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ func main() {
fmt.Println("hovering!")
gobot.After(5*time.Second, func() {
drone.Land()
drone.Land()
})
})

Expand Down

0 comments on commit d06bcbd

Please sign in to comment.