Browse Source

sitl: add 'commander takeoff' to history

release/1.12
Beat Küng 4 years ago committed by Lorenz Meier
parent
commit
558fe18dfe
  1. 2
      platforms/posix/src/px4/common/px4_daemon/pxh.cpp

2
platforms/posix/src/px4/common/px4_daemon/pxh.cpp

@ -57,6 +57,8 @@ apps_map_type Pxh::_apps = {}; @@ -57,6 +57,8 @@ apps_map_type Pxh::_apps = {};
Pxh::Pxh()
{
_history.try_to_add("commander takeoff"); // for convenience
_history.reset_to_end();
_instance = this;
}

Loading…
Cancel
Save