Commit dc5bf8cc authored by Léo-Paul Géneau's avatar Léo-Paul Géneau 👾

Rename triggerParachute to land

parent 92005dee
...@@ -330,7 +330,7 @@ int takeOff(void) { ...@@ -330,7 +330,7 @@ int takeOff(void) {
return doAction(&Action::takeoff, "Takeoff failed"); return doAction(&Action::takeoff, "Takeoff failed");
} }
int triggerParachute(void) { int land(void) {
log("Landing..."); log("Landing...");
MavlinkPassthrough::CommandLong command; MavlinkPassthrough::CommandLong command;
command.command = MAV_CMD_DO_PARACHUTE; command.command = MAV_CMD_DO_PARACHUTE;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment