mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-07 17:35:22 +08:00
mavlink: fix Snapdragon build
This commit is contained in:
@@ -383,8 +383,10 @@ private:
|
||||
#endif
|
||||
|
||||
protected:
|
||||
explicit MavlinkStreamStatustext(Mavlink *mavlink) : MavlinkStream(mavlink),
|
||||
fp(nullptr)
|
||||
explicit MavlinkStreamStatustext(Mavlink *mavlink) : MavlinkStream(mavlink)
|
||||
#ifndef __PX4_POSIX_EAGLE
|
||||
, fp(nullptr)
|
||||
#endif
|
||||
{}
|
||||
|
||||
~MavlinkStreamStatustext() {
|
||||
|
||||
Reference in New Issue
Block a user