mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-29 17:20:35 +08:00
snapdragon: changed constexpr to const in FlightTask so that it would compile
This commit is contained in:
committed by
Beat Küng
parent
50c1eba392
commit
01ecb05341
@@ -2,8 +2,7 @@
|
||||
#include <mathlib/mathlib.h>
|
||||
|
||||
constexpr uint64_t FlightTask::_timeout;
|
||||
constexpr vehicle_local_position_setpoint_s FlightTask::empty_setpoint;
|
||||
|
||||
const vehicle_local_position_setpoint_s FlightTask::empty_setpoint = {0, NAN, NAN, NAN, NAN, NAN, NAN, NAN, NAN, NAN, NAN};
|
||||
|
||||
bool FlightTask::initializeSubscriptions(SubscriptionArray &subscription_array)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user