minidrone: only need to call Land() once

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram 2016-12-27 18:35:33 +01:00
parent e6de2a8a2e
commit bde831d6ad
1 changed files with 0 additions and 1 deletions

View File

@ -31,7 +31,6 @@ func main() {
fmt.Println("hovering!")
gobot.After(5*time.Second, func() {
drone.Land()
drone.Land()
})
})